Index
All Classes and Interfaces|All Packages
A
- addTo(int, int) - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- addTo(int, long) - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- addTo(long, int) - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- addTo(long, long) - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
C
- clear() - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- clear() - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- clear() - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- clear() - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- clear() - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- clear() - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
- com.almworks.integers - package com.almworks.integers
- com.almworks.integers.wrappers - package com.almworks.integers.wrappers
- containsKey(int) - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- containsKey(int) - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- containsKey(int) - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- containsKey(long) - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- containsKey(long) - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- containsKey(long) - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
- createForAdd(int) - Static method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
-
Creates new hashmap with default load factor
- createForAdd(int) - Static method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
-
Creates new hashmap with default load factor
- createForAdd(int) - Static method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
-
Creates new hashmap with default load factor
- createForAdd(int) - Static method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
-
Creates new hashmap with default load factor
- createForAdd(int) - Static method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
-
Creates new hashmap with default load factor
- createForAdd(int) - Static method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
-
Creates new hashmap with default load factor
- createForAdd(int, float) - Static method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
-
Creates new hashmap with the specified load factor that is garanteed to not invoke
resizeafter addingcountelements - createForAdd(int, float) - Static method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
-
Creates new hashmap with the specified load factor that is garanteed to not invoke
resizeafter addingcountelements - createForAdd(int, float) - Static method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
-
Creates new hashmap with the specified load factor that is garanteed to not invoke
resizeafter addingcountelements - createForAdd(int, float) - Static method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
-
Creates new hashmap with the specified load factor that is garanteed to not invoke
resizeafter addingcountelements - createForAdd(int, float) - Static method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
-
Creates new hashmap with the specified load factor that is garanteed to not invoke
resizeafter addingcountelements - createForAdd(int, float) - Static method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
-
Creates new hashmap with the specified load factor that is garanteed to not invoke
resizeafter addingcountelements - createFrom(int[], int[]) - Static method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- createFrom(int[], long[]) - Static method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- createFrom(int[], T[]) - Static method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- createFrom(long[], int[]) - Static method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- createFrom(long[], long[]) - Static method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- createFrom(long[], T[]) - Static method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
- createFrom(IntIterable, IntIterable) - Static method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- createFrom(IntIterable, LongIterable) - Static method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- createFrom(IntIterable, Iterable<T>) - Static method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- createFrom(LongIterable, IntIterable) - Static method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- createFrom(LongIterable, LongIterable) - Static method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- createFrom(LongIterable, Iterable<T>) - Static method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
- cursorToIntIntIterator(Iterator<IntIntCursor>) - Static method in class com.almworks.integers.wrappers.IntIntHppcWrappers
- cursorToIntIterator(Iterator<IntCursor>) - Static method in class com.almworks.integers.wrappers.IntHppcWrappers
- cursorToIntLongIterator(Iterator<IntLongCursor>) - Static method in class com.almworks.integers.wrappers.IntLongHppcWrappers
- cursorToIntObjIterator(Iterator<IntObjectCursor<T>>) - Static method in class com.almworks.integers.wrappers.IntObjHppcWrappers
- cursorToLongIntIterator(Iterator<LongIntCursor>) - Static method in class com.almworks.integers.wrappers.LongIntHppcWrappers
- cursorToLongIterator(Iterator<LongCursor>) - Static method in class com.almworks.integers.wrappers.LongHppcWrappers
- cursorToLongLongIterator(Iterator<LongLongCursor>) - Static method in class com.almworks.integers.wrappers.LongLongHppcWrappers
- cursorToLongObjIterator(Iterator<LongObjectCursor<T>>) - Static method in class com.almworks.integers.wrappers.LongObjHppcWrappers
G
- get(int) - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- get(int) - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- get(int) - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- get(long) - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- get(long) - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- get(long) - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
- getLCS(IntList, IntList) - Static method in class com.almworks.integers.IntLongestCommonSubsequence
- getLCS(IntList, IntList, boolean) - Static method in class com.almworks.integers.IntLongestCommonSubsequence
- getLCS(LongList, LongList) - Static method in class com.almworks.integers.LongLongestCommonSubsequence
- getLCS(LongList, LongList, boolean) - Static method in class com.almworks.integers.LongLongestCommonSubsequence
- getLcsForPermutation(IntList, IntList) - Static method in class com.almworks.integers.IntLongestCommonSubsequence
-
contract: aseq shouldn't contain duplicates and bseq should be permutation of aseq.
- getLcsForPermutation(LongList, LongList) - Static method in class com.almworks.integers.LongLongestCommonSubsequence
-
contract: aseq shouldn't contain duplicates and bseq should be permutation of aseq.
I
- IntHppcWrappers - Class in com.almworks.integers.wrappers
- IntHppcWrappers() - Constructor for class com.almworks.integers.wrappers.IntHppcWrappers
- IntIntHppcOpenHashMap - Class in com.almworks.integers.wrappers
- IntIntHppcOpenHashMap() - Constructor for class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- IntIntHppcOpenHashMap(int) - Constructor for class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- IntIntHppcOpenHashMap(int, float) - Constructor for class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- IntIntHppcWrappers - Class in com.almworks.integers.wrappers
- IntIntHppcWrappers() - Constructor for class com.almworks.integers.wrappers.IntIntHppcWrappers
- IntLongestCommonSubsequence - Class in com.almworks.integers
- IntLongHppcOpenHashMap - Class in com.almworks.integers.wrappers
- IntLongHppcOpenHashMap() - Constructor for class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- IntLongHppcOpenHashMap(int) - Constructor for class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- IntLongHppcOpenHashMap(int, float) - Constructor for class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- IntLongHppcWrappers - Class in com.almworks.integers.wrappers
- IntLongHppcWrappers() - Constructor for class com.almworks.integers.wrappers.IntLongHppcWrappers
- IntObjHppcOpenHashMap<T> - Class in com.almworks.integers.wrappers
- IntObjHppcOpenHashMap() - Constructor for class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- IntObjHppcOpenHashMap(int) - Constructor for class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- IntObjHppcOpenHashMap(int, float) - Constructor for class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- IntObjHppcWrappers - Class in com.almworks.integers.wrappers
- IntObjHppcWrappers() - Constructor for class com.almworks.integers.wrappers.IntObjHppcWrappers
- iterator() - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- iterator() - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- iterator() - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- iterator() - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- iterator() - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- iterator() - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
K
- keysIterator() - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- keysIterator() - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- keysIterator() - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- keysIterator() - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- keysIterator() - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- keysIterator() - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
L
- lget() - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
-
Returns the last value saved in a call to
IntIntHppcOpenHashMap.containsKey(int). - lget() - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
-
Returns the last value saved in a call to
IntLongHppcOpenHashMap.containsKey(int). - lget() - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
-
Returns the last value saved in a call to
IntObjHppcOpenHashMap.containsKey(int). - lget() - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
-
Returns the last value saved in a call to
LongIntHppcOpenHashMap.containsKey(long). - lget() - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
-
Returns the last value saved in a call to
LongLongHppcOpenHashMap.containsKey(long). - lget() - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
-
Returns the last value saved in a call to
LongObjHppcOpenHashMap.containsKey(long). - LongHppcWrappers - Class in com.almworks.integers.wrappers
- LongHppcWrappers() - Constructor for class com.almworks.integers.wrappers.LongHppcWrappers
- LongIntHppcOpenHashMap - Class in com.almworks.integers.wrappers
- LongIntHppcOpenHashMap() - Constructor for class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- LongIntHppcOpenHashMap(int) - Constructor for class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- LongIntHppcOpenHashMap(int, float) - Constructor for class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- LongIntHppcWrappers - Class in com.almworks.integers.wrappers
- LongIntHppcWrappers() - Constructor for class com.almworks.integers.wrappers.LongIntHppcWrappers
- LongLongestCommonSubsequence - Class in com.almworks.integers
- LongLongHppcOpenHashMap - Class in com.almworks.integers.wrappers
- LongLongHppcOpenHashMap() - Constructor for class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- LongLongHppcOpenHashMap(int) - Constructor for class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- LongLongHppcOpenHashMap(int, float) - Constructor for class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- LongLongHppcWrappers - Class in com.almworks.integers.wrappers
- LongLongHppcWrappers() - Constructor for class com.almworks.integers.wrappers.LongLongHppcWrappers
- LongObjHppcOpenHashMap<T> - Class in com.almworks.integers.wrappers
- LongObjHppcOpenHashMap() - Constructor for class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
- LongObjHppcOpenHashMap(int) - Constructor for class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
- LongObjHppcOpenHashMap(int, float) - Constructor for class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
- LongObjHppcWrappers - Class in com.almworks.integers.wrappers
- LongObjHppcWrappers() - Constructor for class com.almworks.integers.wrappers.LongObjHppcWrappers
- lset(int) - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
-
Sets the value corresponding to the key saved in the last call to
IntIntHppcOpenHashMap.containsKey(int), if and only if the key exists in the map already. - lset(int) - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
-
Sets the value corresponding to the key saved in the last call to
LongIntHppcOpenHashMap.containsKey(long), if and only if the key exists in the map already. - lset(long) - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
-
Sets the value corresponding to the key saved in the last call to
IntLongHppcOpenHashMap.containsKey(int), if and only if the key exists in the map already. - lset(long) - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
-
Sets the value corresponding to the key saved in the last call to
LongLongHppcOpenHashMap.containsKey(long), if and only if the key exists in the map already. - lset(T) - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
-
Sets the value corresponding to the key saved in the last call to
IntObjHppcOpenHashMap.containsKey(int), if and only if the key exists in the map already. - lset(T) - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
-
Sets the value corresponding to the key saved in the last call to
LongObjHppcOpenHashMap.containsKey(long), if and only if the key exists in the map already. - lslot() - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- lslot() - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- lslot() - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- lslot() - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- lslot() - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- lslot() - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
M
- myMap - Variable in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- myMap - Variable in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- myMap - Variable in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- myMap - Variable in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- myMap - Variable in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- myMap - Variable in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
P
- putImpl(int, int) - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- putImpl(int, long) - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- putImpl(int, T) - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- putImpl(long, int) - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- putImpl(long, long) - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- putImpl(long, T) - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
- putOrAdd(int, int, int) - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
-
Trove-inspired API method.
- putOrAdd(int, long, long) - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
-
Trove-inspired API method.
- putOrAdd(long, int, int) - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
-
Trove-inspired API method.
- putOrAdd(long, long, long) - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
-
Trove-inspired API method.
R
- remove(int, int) - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- remove(int, long) - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- remove(int, T) - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- remove(long, int) - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- remove(long, long) - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- remove(long, T) - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
- removeImpl(int) - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- removeImpl(int) - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- removeImpl(int) - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- removeImpl(long) - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- removeImpl(long) - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- removeImpl(long) - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
S
- size() - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- size() - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- size() - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- size() - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- size() - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- size() - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
V
- values() - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- values() - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
- valuesIterator() - Method in class com.almworks.integers.wrappers.IntIntHppcOpenHashMap
- valuesIterator() - Method in class com.almworks.integers.wrappers.IntLongHppcOpenHashMap
- valuesIterator() - Method in class com.almworks.integers.wrappers.IntObjHppcOpenHashMap
- valuesIterator() - Method in class com.almworks.integers.wrappers.LongIntHppcOpenHashMap
- valuesIterator() - Method in class com.almworks.integers.wrappers.LongLongHppcOpenHashMap
- valuesIterator() - Method in class com.almworks.integers.wrappers.LongObjHppcOpenHashMap
All Classes and Interfaces|All Packages