Package org.apache.lucene.internal.hppc


package org.apache.lucene.internal.hppc
Internal copy of a subset of classes from the HPPC library.
  • Class
    Description
    Simplifies the implementation of iterators a bit.
    Bit mixing utilities.
    BufferAllocationException forked from HPPC.
    Forked from HPPC, holding int index and char value.
    A hash set of chars, implemented using open addressing with linear probing for collision resolution.
    A hash map of char to Object, implemented using open addressing with linear probing for collision resolution.
    Forked from HPPC, holding int index,key and value
    Forked from HPPC, holding int index and double value.
    An array-backed list of float.
    Forked from HPPC, holding int index and float value.
    An array-backed list of int.
    Forked from HPPC, holding int index and int value.
    A hash map of int to double, implemented using open addressing with linear probing for collision resolution.
    Forked from HPPC, holding int index,key and value
    A hash map of int to float, implemented using open addressing with linear probing for collision resolution.
    Forked from HPPC, holding int index,key and value
    A hash set of ints, implemented using open addressing with linear probing for collision resolution.
    A hash map of int to int, implemented using open addressing with linear probing for collision resolution.
    Forked from HPPC, holding int index,key and value
    A hash map of int to Object, implemented using open addressing with linear probing for collision resolution.
    Forked from HPPC, holding int index,key and value
    An array-backed list of long.
    Forked from HPPC, holding int index and long value.
    A hash map of long to float, implemented using open addressing with linear probing for collision resolution.
    Forked from HPPC, holding int index,key and value
    A hash set of longs, implemented using open addressing with linear probing for collision resolution.
    A hash map of long to int, implemented using open addressing with linear probing for collision resolution.
    Forked from HPPC, holding int index,key and value
    A hash map of long to Object, implemented using open addressing with linear probing for collision resolution.
    Forked from HPPC, holding int index,key and value
    Forked from HPPC, holding int index and Object value.