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

P

positionOf(Object) - Method in class squidpony.squidmath.MultiArrangement
 
preferences - Variable in class squidpony.store.json.JsonStorage
 
preferences - Variable in class squidpony.store.text.TextStorage
 
preferencesSize() - Method in class squidpony.SquidStorage
Gets the approximate size of the currently-stored preferences.
preferencesSize() - Method in class squidpony.store.json.JsonStorage
Gets the approximate size of the currently-stored preferences.
preferencesSize() - Method in class squidpony.store.text.TextStorage
Gets the approximate size of the currently-stored preferences.
previous() - Method in class squidpony.squidmath.MultiArrangement.KeyIterator
 
previous() - Method in class squidpony.squidmath.MultiArrangement.ValueIterator
 
previousInt() - Method in class squidpony.squidmath.MultiArrangement.ValueIterator
 
put(E[], int[], S) - Method in class squidpony.squidmath.BundleBiMap
Adds a bundle of E keys, mixed with an int array of variations, and a S key at the same point in the ordering (the end) to this BundleBiMap.
put(E[], S) - Method in class squidpony.squidmath.BundleBiMap
Adds a bundle of E keys and a S key at the same point in the ordering (the end) to this BundleBiMap.
put(E1[], int[], E2[], int[]) - Method in class squidpony.squidmath.BundleBundleBiMap
Adds a bundle of E1 keys, mixed with an int array of variations, and a E2 key at the same point in the ordering (the end) to this BundleBiMap.
put(E1[], E2[]) - Method in class squidpony.squidmath.BundleBundleBiMap
Adds a bundle of E1 keys and a E2 key at the same point in the ordering (the end) to this BundleBiMap.
put(Object...) - Method in class squidpony.squidmath.MultiKey
Adds a key to each keyset at the same point in the ordering (the end) of this MultiKey.
put(String, Object) - Method in class squidpony.SquidStorage
Prepares to store the Object o to be retrieved with innerName in the current group of objects.
put(String, Object) - Method in class squidpony.store.json.JsonStorage
Prepares to store the Object o to be retrieved with innerName in the current group of objects.
put(String, T, StringConvert) - Method in class squidpony.store.text.TextStorage
Prepares to store the Object o to be retrieved with innerName in the current group of objects.
put(Collection<? extends E>, int[], S) - Method in class squidpony.squidmath.BundleBiMap
Adds a bundle of E keys, mixed with an int array of variations, and a S key at the same point in the ordering (the end) to this BundleBiMap.
put(Collection<? extends E>, S) - Method in class squidpony.squidmath.BundleBiMap
Adds a bundle of E keys and a S key at the same point in the ordering (the end) to this BundleBiMap.
put(Collection<? extends E1>, int[], Collection<? extends E2>, int[]) - Method in class squidpony.squidmath.BundleBundleBiMap
Adds a bundle of E1 keys, mixed with an int array of variations, and a bundle of E2 keys at the same point in the ordering (the end) to this BundleBiMap.
put(Collection<? extends E1>, Collection<? extends E2>) - Method in class squidpony.squidmath.BundleBundleBiMap
Adds a bundle of E1 keys and a E2 key at the same point in the ordering (the end) to this BundleBiMap.
putAll(Iterable<? extends Collection<? extends E>>, Iterable<? extends S>) - Method in class squidpony.squidmath.BundleBiMap
Puts all unique E and S keys in aKeys and bKeys into this K2 at the end.
putAll(Iterable<? extends Collection<? extends E1>>, Iterable<? extends Collection<? extends E2>>) - Method in class squidpony.squidmath.BundleBundleBiMap
Puts all unique E1 and E2 keys in aKeys and bKeys into this K2 at the end.
putAll(Collection<Iterable>) - Method in class squidpony.squidmath.MultiKey
Goes through all Iterable items in k and adds their unique items into their corresponding keyset at the end.
putAll(BundleBiMap<? extends E, ? extends S>) - Method in class squidpony.squidmath.BundleBiMap
Puts all unique E and S keys in other into this K2, respecting other's ordering.
putAll(BundleBundleBiMap<? extends E1, ? extends E2>) - Method in class squidpony.squidmath.BundleBundleBiMap
Puts all unique E1 and E2 keys in other into this K2, respecting other's ordering.
putAll(MultiKey) - Method in class squidpony.squidmath.MultiKey
Puts all unique keys in other into this MultiKey, respecting other's ordering.
putAt(int, Object...) - Method in class squidpony.squidmath.MultiKey
Adds a key to each keyset at the given index in the ordering of this MultiKey.
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