Index
A B C D E F G H I J K L M N O P R S T U V
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
I
- indexOf(int, Object) - Method in class squidpony.squidmath.MultiKey
-
Given an index of a keyset (which) and an Object key, finds the position in the ordering that key has in the keyset at which, or -1 if key is not present.
- indexOfElement2Coded(int[][]) - Method in class squidpony.squidmath.BundleBundleBiMap
-
Gets (in near-constant time) the index of the given E2 coded key in the ordering.
- indexOfSingle(S) - Method in class squidpony.squidmath.BundleBiMap
-
Gets (in near-constant time) the index of the given S single key in the ordering.
- initialize(Json) - Static method in class squidpony.store.json.JsonConverter
- INVALID - Static variable in class squidpony.store.json.JsonConverter
- isEmpty() - Method in class squidpony.squidmath.BundleBiMap
- isEmpty() - Method in class squidpony.squidmath.BundleBundleBiMap
- isEmpty() - Method in class squidpony.squidmath.MultiArrangement
- isEmpty() - Method in class squidpony.squidmath.MultiArrangement.KeyList
- isEmpty() - Method in class squidpony.squidmath.MultiKey
- iterator() - Method in class squidpony.squidmath.MultiArrangement
-
Returns an iterator over elements of type
T
. - iterator() - Method in class squidpony.squidmath.MultiArrangement.KeyList
- iterator() - Method in class squidpony.squidmath.MultiArrangement.ValueCollection
- iterator(int) - Method in class squidpony.squidmath.MultiKey
-
Creates a new iterator over the keys this holds in the keyset specified by which.
- iteratorElement1() - Method in class squidpony.squidmath.BundleBundleBiMap
-
Creates a new iterator over the individual E1 element keys this holds, with a larger total count the iterator may yield than
BundleBundleBiMap.size()
in most cases (it should be equal toBundleBundleBiMap.elementSize()
), and in no particular order (though the order should be stable across versions and platforms, no special means are provided to further control the order). - iteratorElement2() - Method in class squidpony.squidmath.BundleBundleBiMap
-
Creates a new iterator over the E2 single keys this holds.
- iteratorElements() - Method in class squidpony.squidmath.BundleBiMap
-
Creates a new iterator over the individual E element keys this holds, with a larger total count the iterator may yield than
BundleBiMap.size()
in most cases (it should be equal toBundleBiMap.elementSize()
), and in no particular order (though the order should be stable across versions and platforms, no special means are provided to further control the order). - iteratorSingles() - Method in class squidpony.squidmath.BundleBiMap
-
Creates a new iterator over the S single keys this holds.
All Classes|All Packages