| Interface | Description |
|---|---|
| Int2ByteMapEntryIterable |
Iterable which has its size and
ObjectIterator<Int2ByteMap.Entry>
|
| Int2DoubleMapEntryIterable |
Iterable which has its size and
ObjectIterator<Int2DoubleMap.Entry>
|
| Int2FloatMapEntryIterable |
Iterable which has its size and
ObjectIterator<Int2FloatMap.Entry>
|
| Int2IntMapEntryIterable |
Iterable which has its size and
ObjectIterator<Int2IntMap.Entry>
|
| Int2LongMapEntryIterable |
Iterable which has its size and
ObjectIterator<Int2LongMap.Entry>
|
| Long2ByteMapEntryIterable |
Iterable which has its size and
ObjectIterator<Long2ByteMap.Entry>
|
| Long2DoubleMapEntryIterable |
Iterable which has its size and
ObjectIterator<Long2DoubleMap.Entry>
|
| Long2FloatMapEntryIterable |
Iterable which has its size and
ObjectIterator<Long2FloatMap.Entry>
|
| Long2IntMapEntryIterable |
Iterable which has its size and
ObjectIterator<Long2IntMap.Entry>
|
| Long2LongMapEntryIterable |
Iterable which has its size and
ObjectIterator<Long2LongMap.Entry>
|
| Class | Description |
|---|---|
| FixedCapacityIntByteMinHeap |
Min heap which holds (int key, byte value) pairs with
the largest values as its elements, up to the given maximum number of
elements.
|
| FixedCapacityIntDoubleMinHeap |
Min heap which holds (int key, double value) pairs with
the largest values as its elements, up to the given maximum number of
elements.
|
| FixedCapacityIntFloatMinHeap |
Min heap which holds (int key, float value) pairs with
the largest values as its elements, up to the given maximum number of
elements.
|
| FixedCapacityIntIntMinHeap |
Min heap which holds (int key, int value) pairs with
the largest values as its elements, up to the given maximum number of
elements.
|
| FixedCapacityIntLongMinHeap |
Min heap which holds (int key, long value) pairs with
the largest values as its elements, up to the given maximum number of
elements.
|
| FixedCapacityLongByteMinHeap |
Min heap which holds (long key, byte value) pairs with
the largest values as its elements, up to the given maximum number of
elements.
|
| FixedCapacityLongDoubleMinHeap |
Min heap which holds (long key, double value) pairs with
the largest values as its elements, up to the given maximum number of
elements.
|
| FixedCapacityLongFloatMinHeap |
Min heap which holds (long key, float value) pairs with
the largest values as its elements, up to the given maximum number of
elements.
|
| FixedCapacityLongIntMinHeap |
Min heap which holds (long key, int value) pairs with
the largest values as its elements, up to the given maximum number of
elements.
|
| FixedCapacityLongLongMinHeap |
Min heap which holds (long key, long value) pairs with
the largest values as its elements, up to the given maximum number of
elements.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.