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
A
- add(Integer) - Method in class squidpony.squidmath.MultiArrangement.ValueIterator
- add(K) - Method in class squidpony.squidmath.MultiArrangement
- add(K) - Method in class squidpony.squidmath.MultiArrangement.KeyIterator
- add(K) - Method in class squidpony.squidmath.MultiArrangement.KeyList
-
Always throws an UnsupportedOperationException
- addAll(Collection<? extends K>) - Method in class squidpony.squidmath.MultiArrangement
- addAll(Collection<? extends K>) - Method in class squidpony.squidmath.MultiArrangement.KeyList
-
Always throws an UnsupportedOperationException.
- addAll(K[]) - Method in class squidpony.squidmath.MultiArrangement
- addAllIfAbsent(Collection<? extends K>) - Method in class squidpony.squidmath.MultiArrangement
- addAllIfAbsent(Map<? extends K, ? extends Integer>) - Method in class squidpony.squidmath.MultiArrangement
- addAllIfAbsent(K[]) - Method in class squidpony.squidmath.MultiArrangement
- addAt(int, K) - Method in class squidpony.squidmath.MultiArrangement
-
Equivalent to
MultiArrangement.add(Object)
, except that it can place k at any point in the ordering (shifting up later entries and changing their values to match their new positions in the ordering). - addIfAbsent(K) - Method in class squidpony.squidmath.MultiArrangement
- alter(int, Object, Object) - Method in class squidpony.squidmath.MultiKey
-
In the keyset specified by
which
, changes an existing key,past
, to another key,future
, if past exists in that keyset and future does not yet exist in that keyset. - alter(K, K) - Method in class squidpony.squidmath.MultiArrangement
-
Swaps a key, original, for another key, replacement, while keeping replacement at the same point in the iteration order as original and keeping it associated with the same value (which also keeps its iteration index).
- alterAt(int, int, Object) - Method in class squidpony.squidmath.MultiKey
-
In the keyset specified by
which
, changes the key atindex
to another key,future
, if index is valid and future does not yet exist in that keyset. - alterB(S, S) - Method in class squidpony.squidmath.BundleBiMap
-
Changes an existing S key,
past
, to another S key,future
, if past exists in this BundleBiMap and future does not yet exist in this BundleBiMap. - alterSingleAt(int, S) - Method in class squidpony.squidmath.BundleBiMap
-
Changes the S key at
index
to another S key,future
, if index is valid and future does not yet exist in this K2. - append(IntVLA, Object) - Method in class squidpony.squidmath.MultiArrangement
-
Different from the typical get method; adds to the non-null IntVLA, container, filling with any positions associated with k in this MultiArrangement.
- arraySize(int, float) - Static method in class squidpony.squidmath.MultiArrangement
-
Returns the least power of two smaller than or equal to 230 and larger than or equal to
Math.ceil( expected / f )
.
All Classes|All Packages