Skip navigation links
A C E F G H I K L M N O P R S T V 

A

add(E) - Method in class net.pwall.util.ImmutableCollectionBase
Modifying operation - not allowed.
add(int, T) - Method in class net.pwall.util.ImmutableList
Modifying operation - not allowed.
add(T) - Method in class net.pwall.util.ImmutableListIterator
Modifying operation - not allowed.
add(T) - Method in class net.pwall.util.MiniSet
Modifying operation - not allowed.
addAll(Collection<? extends E>) - Method in class net.pwall.util.ImmutableCollectionBase
Modifying operation - not allowed.
addAll(int, Collection<? extends T>) - Method in class net.pwall.util.ImmutableList
Modifying operation - not allowed.
addAll(Collection<? extends T>) - Method in class net.pwall.util.MiniSet
Modifying operation - not allowed.

C

checkNext() - Method in class net.pwall.util.ImmutableIteratorBase
Check whether the iterator has more elements and if so, return the corresponding array item.
clear() - Method in class net.pwall.util.ImmutableBase
Modifying operation - not allowed.
clear() - Method in class net.pwall.util.MiniMap
Modifying operation - not allowed.
clear() - Method in class net.pwall.util.MiniSet
Modifying operation - not allowed.
contains(Object) - Method in class net.pwall.util.ImmutableCollection
Test whether the collection contains an object equal to the specified value (which may be null).
contains(TT[], int, Object) - Static method in class net.pwall.util.ImmutableCollection
Test whether a given array contains an object equal to the specified value (which may be null).
contains(Object) - Method in class net.pwall.util.ImmutableMap.KeySet
Test whether the set contains an element equal to the specified object (which may be null).
contains(Object) - Method in class net.pwall.util.ImmutableMap.ValueCollection
Test whether the collection contains an element equal to the specified object (which may be null).
contains(Object) - Method in class net.pwall.util.MiniSet0
Test whether the collection contains an object equal to the specified value (always false).
contains(Object) - Method in class net.pwall.util.MiniSet1
Test whether the collection contains an object equal to the specified value.
contains(Object) - Method in class net.pwall.util.MiniSet2
Test whether the collection contains an object equal to the specified value.
contains(Object) - Method in class net.pwall.util.MiniSet3
Test whether the collection contains an object equal to the specified value.
contains(Object) - Method in class net.pwall.util.MiniSet4
Test whether the collection contains an object equal to the specified value.
contains(Object) - Method in class net.pwall.util.MiniSet5
Test whether the collection contains an object equal to the specified value.
containsAll(Collection<?>) - Method in class net.pwall.util.ImmutableCollectionBase
Test whether the collection contains all of the objects in a supplied Collection.
containsAll(Collection<?>) - Method in class net.pwall.util.MiniSet
Test whether the collection contains all of the objects in a supplied Collection.
containsKey(Object) - Method in class net.pwall.util.ImmutableMap
Test whether the map contains a key equal to the specified key (which may be null).
containsKey(ImmutableMapEntry<KK, VV>[], int, KK) - Static method in class net.pwall.util.ImmutableMap
Test whether an array of ImmutableMapEntry contains the specified key.
containsKey(List<ImmutableMapEntry<KK, VV>>, KK) - Static method in class net.pwall.util.ImmutableMap
Test whether a List of ImmutableMapEntry contains the specified key.
containsKey(Object) - Method in class net.pwall.util.MiniMap0
Test whether the map contains a key equal to the specified key (always false).
containsKey(Object) - Method in class net.pwall.util.MiniMap1
Test whether the map contains a key equal to the specified key (which may be null).
containsKey(Object) - Method in class net.pwall.util.MiniMap2
Test whether the map contains a key equal to the specified key (which may be null).
containsKey(Object) - Method in class net.pwall.util.MiniMap3
Test whether the map contains a key equal to the specified key (which may be null).
containsValue(Object) - Method in class net.pwall.util.ImmutableMap
Test whether the map contains a value equal to the specified value (which may be null).
containsValue(Object) - Method in class net.pwall.util.MiniMap0
Test whether the map contains a value equal to the specified value (always false).
containsValue(Object) - Method in class net.pwall.util.MiniMap1
Test whether the map contains a value equal to the specified value (which may be null).
containsValue(Object) - Method in class net.pwall.util.MiniMap2
Test whether the map contains a value equal to the specified value (which may be null).
containsValue(Object) - Method in class net.pwall.util.MiniMap3
Test whether the map contains a value equal to the specified value (which may be null).
createArray(int) - Static method in class net.pwall.util.ImmutableMap
Create an array of ImmutableMapEntry, of the specified length.

E

emptyEntryArray - Static variable in class net.pwall.util.ImmutableMap
 
emptyList() - Static method in class net.pwall.util.ImmutableList
Get an empty ImmutableList.
emptyMap() - Static method in class net.pwall.util.ImmutableMap
Get an empty ImmutableMap.
emptySet() - Static method in class net.pwall.util.ImmutableSet
Get an empty ImmutableSet.
entry(KK, VV) - Static method in class net.pwall.util.ImmutableMap
entry(KK, VV) - Static method in class net.pwall.util.MiniMap
entrySet() - Method in class net.pwall.util.ImmutableMap
Get a Set of the entries in this map.
entrySet() - Method in class net.pwall.util.MiniMap0
Get a Set of the entries in this map.
entrySet() - Method in class net.pwall.util.MiniMap1
Get a Set of the entries in this map.
entrySet() - Method in class net.pwall.util.MiniMap2
Get a Set of the entries in this map.
entrySet() - Method in class net.pwall.util.MiniMap3
Get a Set of the entries in this map.
equals(Object) - Method in class net.pwall.util.ImmutableList
Compares the specified object with this list for equality.
equals(Object) - Method in class net.pwall.util.ImmutableMap
Compares the specified object with this map for equality.
equals(Object) - Method in class net.pwall.util.ImmutableMap.KeySet
Compares the specified object with this set for equality.
equals(Object) - Method in class net.pwall.util.ImmutableMapEntry
Compare with another object for equality.
equals(Object) - Method in class net.pwall.util.ImmutableSet
Compares the specified object with this set for equality.
equals(Object) - Method in class net.pwall.util.MiniMap
Compares the specified object with this map for equality.
equals(Object) - Method in class net.pwall.util.MiniMap0
Compares the specified object with this map for equality.
equals(Object) - Method in class net.pwall.util.MiniMap1
Compares the specified object with this map for equality.
equals(Object) - Method in class net.pwall.util.MiniMap2
Compares the specified object with this map for equality.
equals(Object) - Method in class net.pwall.util.MiniMap3
Compares the specified object with this map for equality.
equals(Object) - Method in class net.pwall.util.MiniSet
Compares the specified object with this set for equality.
equals(Object) - Method in class net.pwall.util.MiniSet0
Compares the specified object with this set for equality.
equals(Object) - Method in class net.pwall.util.MiniSet1
Compares the specified object with this set for equality.
equals(Object) - Method in class net.pwall.util.MiniSet2
Compares the specified object with this set for equality.
equals(Object) - Method in class net.pwall.util.MiniSet3
Compares the specified object with this set for equality.
equals(Object) - Method in class net.pwall.util.MiniSet4
Compares the specified object with this set for equality.
equals(Object) - Method in class net.pwall.util.MiniSet5
Compares the specified object with this set for equality.

F

findKey(ImmutableMapEntry<KK, VV>[], int, Object) - Static method in class net.pwall.util.ImmutableMap
Locate a key in an array of ImmutableMapEntry.
from(List<ImmutableMapEntry<KK, VV>>) - Static method in class net.pwall.util.ImmutableMap
Create an ImmutableMap from the supplied List of ImmutableMapEntry.

G

get(int) - Method in class net.pwall.util.ImmutableCollection
Get the element at the specified index.
get(TT[], int, int) - Static method in class net.pwall.util.ImmutableCollection
Get the element of an array at the specified index, where the array may be longer than the number of elements allowed to be accessed.
get(Object) - Method in class net.pwall.util.ImmutableMap
Get the value corresponding to the supplied key.
get(int) - Method in class net.pwall.util.ImmutableMap.KeySet
Get the key at the specified index.
get(int) - Method in class net.pwall.util.ImmutableMap.ValueCollection
Get the value at the specified index.
get(Object) - Method in class net.pwall.util.MiniMap0
Get the value corresponding to the supplied key.
get(Object) - Method in class net.pwall.util.MiniMap1
Get the value corresponding to the supplied key.
get(Object) - Method in class net.pwall.util.MiniMap2
Get the value corresponding to the supplied key.
get(Object) - Method in class net.pwall.util.MiniMap3
Get the value corresponding to the supplied key.
getEntry(int) - Method in class net.pwall.util.ImmutableMap
Get a map entry by index.
getKey(int) - Method in class net.pwall.util.ImmutableMap
Get a key by index.
getKey() - Method in class net.pwall.util.ImmutableMapEntry
Get the key.
getValue(int) - Method in class net.pwall.util.ImmutableMap
Get a value by index.
getValue() - Method in class net.pwall.util.ImmutableMapEntry
Get the value.

H

hashCode() - Method in class net.pwall.util.ImmutableList
Returns the hash code value for this list.
hashCode() - Method in class net.pwall.util.ImmutableMap
Returns the hash code value for this map.
hashCode() - Method in class net.pwall.util.ImmutableMap.KeySet
Returns the hash code value for this set.
hashCode() - Method in class net.pwall.util.ImmutableMapEntry
This is coded to match exactly the hash calculation used by HashMap.
hashCode() - Method in class net.pwall.util.ImmutableSet
Returns the hash code value for this set.
hashCode() - Method in class net.pwall.util.MiniMap
Returns the hash code value for this map.
hashCode() - Method in class net.pwall.util.MiniMap0
Returns the hash code value for this map.
hashCode() - Method in class net.pwall.util.MiniMap1
Returns the hash code value for this map.
hashCode() - Method in class net.pwall.util.MiniMap2
Returns the hash code value for this map.
hashCode() - Method in class net.pwall.util.MiniMap3
Returns the hash code value for this map.
hashCode() - Method in class net.pwall.util.MiniSet
Returns the hash code value for this set.
hashCode() - Method in class net.pwall.util.MiniSet0
Returns the hash code value for this set.
hashCode() - Method in class net.pwall.util.MiniSet1
Returns the hash code value for this set.
hashCode() - Method in class net.pwall.util.MiniSet2
Returns the hash code value for this set.
hashCode() - Method in class net.pwall.util.MiniSet3
Returns the hash code value for this set.
hashCode() - Method in class net.pwall.util.MiniSet4
Returns the hash code value for this set.
hashCode() - Method in class net.pwall.util.MiniSet5
Returns the hash code value for this set.
hasNext() - Method in class net.pwall.util.ImmutableIteratorBase
Test whether the iterator has any more elements.
hasNext() - Method in class net.pwall.util.MiniSet0.Miniterator
Test whether the iterator has any more elements (always false).
hasNext() - Method in class net.pwall.util.MiniSet1.Miniterator
Test whether the iterator has any more elements.
hasNext() - Method in class net.pwall.util.MiniSet2.Miniterator
Test whether the iterator has any more elements.
hasNext() - Method in class net.pwall.util.MiniSet3.Miniterator
Test whether the iterator has any more elements.
hasNext() - Method in class net.pwall.util.MiniSet4.Miniterator
Test whether the iterator has any more elements.
hasNext() - Method in class net.pwall.util.MiniSet5.Miniterator
Test whether the iterator has any more elements.
hasPrevious() - Method in class net.pwall.util.ImmutableListIterator
Test whether the iterator has any preceding elements.

I

ImmutableBase<A> - Class in net.pwall.util
Base class for immutable collections.
ImmutableCollection<T> - Class in net.pwall.util
Immutable implementation of Collection.
ImmutableCollection(T[], int) - Constructor for class net.pwall.util.ImmutableCollection
Construct an ImmutableCollection with the given array and length.
ImmutableCollection(T[]) - Constructor for class net.pwall.util.ImmutableCollection
Construct an ImmutableCollection with the given array (using the entire array).
ImmutableCollection(Collection<T>) - Constructor for class net.pwall.util.ImmutableCollection
Construct an ImmutableCollection from another Collection (helps with deserializing).
ImmutableCollection(int, T[]) - Constructor for class net.pwall.util.ImmutableCollection
Internal constructor to prevent repeating length check.
ImmutableCollectionBase<A,E> - Class in net.pwall.util
Base class for implementations of Collection and its derived classes.
ImmutableIterator<T> - Class in net.pwall.util
Implementation of Iterator to provide functionality for the immutable classes.
ImmutableIterator(T[], int, int) - Constructor for class net.pwall.util.ImmutableIterator
Construct an ImmutableIterator with the given array and length, and with the given starting index.
ImmutableIteratorBase<T> - Class in net.pwall.util
Base class for implementations of Iterator for the immutable classes.
ImmutableList<T> - Class in net.pwall.util
Immutable implementation of List.
ImmutableList(T[], int) - Constructor for class net.pwall.util.ImmutableList
Construct an ImmutableList with the given array and length.
ImmutableList(T[]) - Constructor for class net.pwall.util.ImmutableList
Construct an ImmutableList with the given array (using the entire array).
ImmutableList(List<T>) - Constructor for class net.pwall.util.ImmutableList
Construct an ImmutableList from another List (helps with deserializing).
ImmutableListIterator<T> - Class in net.pwall.util
Implementation of ListIterator to provide functionality for the immutable classes.
ImmutableListIterator(T[], int, int) - Constructor for class net.pwall.util.ImmutableListIterator
Construct an ImmutableListIterator with the given array and length, and with the given starting index.
ImmutableMap<K,V> - Class in net.pwall.util
Immutable implementation of Map.
ImmutableMap(ImmutableMapEntry<K, V>[], int) - Constructor for class net.pwall.util.ImmutableMap
Construct an ImmutableMap with the given array (of ImmutableMapEntry) and length.
ImmutableMap(ImmutableMapEntry<K, V>[]) - Constructor for class net.pwall.util.ImmutableMap
Construct an ImmutableList with the given array (using the entire array).
ImmutableMap(Map<K, V>) - Constructor for class net.pwall.util.ImmutableMap
Construct an ImmutableMap from another Map (helps with deserializing).
ImmutableMap.KeyIterator<K,V> - Class in net.pwall.util
Implementation of Iterator to iterate over the contents of a ImmutableMap.KeySet.
ImmutableMap.KeySet<K,V> - Class in net.pwall.util
Implementation of the Set interface to provide a view of the keys in the ImmutableMap.
ImmutableMap.ValueCollection<K,V> - Class in net.pwall.util
Implementation of the Collection interface to provide a view of the values in the ImmutableMap.
ImmutableMap.ValueIterator<K,V> - Class in net.pwall.util
Implementation of Iterator to iterate over the contents of a ImmutableMap.ValueCollection.
ImmutableMapEntry<K,V> - Class in net.pwall.util
An immutable Map.Entry.
ImmutableMapEntry(K, V) - Constructor for class net.pwall.util.ImmutableMapEntry
Construct an ImmutableMapEntry with the given key and value.
ImmutableSet<T> - Class in net.pwall.util
Immutable implementation of Set.
ImmutableSet(T[], int) - Constructor for class net.pwall.util.ImmutableSet
Construct an ImmutableSet with the given array and length.
ImmutableSet(T[]) - Constructor for class net.pwall.util.ImmutableSet
Construct an ImmutableSet with the given array (using the entire array).
ImmutableSet(Set<T>) - Constructor for class net.pwall.util.ImmutableSet
Construct an ImmutableSet from another Set (helps with deserializing).
indexOf(Object) - Method in class net.pwall.util.ImmutableList
Find the index in the list of the first item equal to the given object (either both null, or equal according to Object.equals(java.lang.Object)).
instance - Static variable in class net.pwall.util.MiniMap0
A reusable instance.
instance - Static variable in class net.pwall.util.MiniSet0
A reusable instance.
isEmpty() - Method in class net.pwall.util.ImmutableBase
Return true if the collection is empty.
isEmpty() - Method in class net.pwall.util.MiniMap0
Return true to indicate that the map is empty.
isEmpty() - Method in class net.pwall.util.MiniMap1
Return false to indicate that the map is not empty.
isEmpty() - Method in class net.pwall.util.MiniMap2
Return false to indicate that the map is not empty.
isEmpty() - Method in class net.pwall.util.MiniMap3
Return false to indicate that the map is not empty.
isEmpty() - Method in class net.pwall.util.MiniSet0
Return true to indicate that the set is empty.
isEmpty() - Method in class net.pwall.util.MiniSet1
Return false to indicate that the set is not empty.
isEmpty() - Method in class net.pwall.util.MiniSet2
Return false to indicate that the set is not empty.
isEmpty() - Method in class net.pwall.util.MiniSet3
Return false to indicate that the set is not empty.
isEmpty() - Method in class net.pwall.util.MiniSet4
Return false to indicate that the set is not empty.
isEmpty() - Method in class net.pwall.util.MiniSet5
Return false to indicate that the set is not empty.
iterator() - Method in class net.pwall.util.ImmutableCollection
Return an Iterator over the collection.
iterator() - Method in class net.pwall.util.ImmutableMap.KeySet
Return an Iterator over the set.
iterator() - Method in class net.pwall.util.ImmutableMap.ValueCollection
Return an Iterator over the collection.
iterator() - Method in class net.pwall.util.MiniSet0
Return an Iterator over the set.
iterator() - Method in class net.pwall.util.MiniSet1
Return an Iterator over the set.
iterator() - Method in class net.pwall.util.MiniSet2
Return an Iterator over the set.
iterator() - Method in class net.pwall.util.MiniSet3
Return an Iterator over the set.
iterator() - Method in class net.pwall.util.MiniSet4
Return an Iterator over the set.
iterator() - Method in class net.pwall.util.MiniSet5
Return an Iterator over the set.

K

keySet() - Method in class net.pwall.util.ImmutableMap
Get a Set of the keys in use in this map.
keySet() - Method in class net.pwall.util.MiniMap0
Get a Set of the keys in use in this map.
keySet() - Method in class net.pwall.util.MiniMap1
Get a Set of the keys in use in this map.
keySet() - Method in class net.pwall.util.MiniMap2
Get a Set of the keys in use in this map.
keySet() - Method in class net.pwall.util.MiniMap3
Get a Set of the keys in use in this map.

L

lastIndexOf(Object) - Method in class net.pwall.util.ImmutableList
Find the index in the list of the last item equal to the given object (either both null, or equal according to Object.equals(java.lang.Object)).
listIterator() - Method in class net.pwall.util.ImmutableList
Get a ListIterator over this list.
listIterator(int) - Method in class net.pwall.util.ImmutableList
Get a ListIterator over this list, initialised to the given index.
listOf(TT[]) - Static method in class net.pwall.util.ImmutableList
Get an ImmutableList using the supplied array.
listOf(TT[], int) - Static method in class net.pwall.util.ImmutableList
Get an ImmutableList using the supplied array.

M

map(KK, VV) - Static method in class net.pwall.util.MiniMap
Create a MiniMap to map a single key to a nominated value.
map(KK, VV, KK, VV) - Static method in class net.pwall.util.MiniMap
Create a MiniMap to map two keys to two nominated values.
map(KK, VV, KK, VV, KK, VV) - Static method in class net.pwall.util.MiniMap
Create a MiniMap to map three keys to three nominated values.
mapOf(ImmutableMapEntry<KK, VV>[]) - Static method in class net.pwall.util.ImmutableMap
Create an ImmutableMap from the supplied array of ImmutableMapEntry.
mapOf(ImmutableMapEntry<KK, VV>[], int) - Static method in class net.pwall.util.ImmutableMap
Create an ImmutableMap from the supplied array of ImmutableMapEntry with the specified length.
MiniMap<K,V> - Class in net.pwall.util
An implementation of Map to provide a simple and fast lookup mechanism for small numbers of keys.
MiniMap() - Constructor for class net.pwall.util.MiniMap
 
MiniMap0<K,V> - Class in net.pwall.util
An empty implementation of MiniMap.
MiniMap0() - Constructor for class net.pwall.util.MiniMap0
Construct a MiniMap0.
MiniMap0(Map<K, V>) - Constructor for class net.pwall.util.MiniMap0
Construct a MiniMap0 from another Map (helps with deserializing).
MiniMap1<K,V> - Class in net.pwall.util
An implementation of MiniMap containing a single entry.
MiniMap1(K, V) - Constructor for class net.pwall.util.MiniMap1
Construct a MiniMap1 with the given key and value.
MiniMap1(Map<K, V>) - Constructor for class net.pwall.util.MiniMap1
Construct a MiniMap1 from another Map (helps with deserializing).
MiniMap2<K,V> - Class in net.pwall.util
An implementation of MiniMap containing two entries.
MiniMap2(K, V, K, V) - Constructor for class net.pwall.util.MiniMap2
Construct a MiniMap2 with the given keys and values.
MiniMap2(Map<K, V>) - Constructor for class net.pwall.util.MiniMap2
Construct a MiniMap2 from another Map (helps with deserializing).
MiniMap3<K,V> - Class in net.pwall.util
An implementation of MiniMap containing three entries.
MiniMap3(K, V, K, V, K, V) - Constructor for class net.pwall.util.MiniMap3
Construct a MiniMap2 with the given keys and values.
MiniMap3(Map<K, V>) - Constructor for class net.pwall.util.MiniMap3
Construct a MiniMap3 from another Map (helps with deserializing).
MiniSet<T> - Class in net.pwall.util
An implementation of Set to provide a simple "contains" mechanism.
MiniSet() - Constructor for class net.pwall.util.MiniSet
 
MiniSet0<T> - Class in net.pwall.util
An empty implementation of MiniSet.
MiniSet0() - Constructor for class net.pwall.util.MiniSet0
Construct a MiniSet0.
MiniSet0(Set<T>) - Constructor for class net.pwall.util.MiniSet0
Construct a MiniSet0 from another Set (helps with deserializing).
MiniSet0.Miniterator - Class in net.pwall.util
An Iterator over the empty set.
MiniSet1<T> - Class in net.pwall.util
An implementation of MiniSet containing a single value.
MiniSet1(T) - Constructor for class net.pwall.util.MiniSet1
Construct a MiniSet1 with the given value.
MiniSet1(Set<T>) - Constructor for class net.pwall.util.MiniSet1
Construct a MiniSet1 from another Set (helps with deserializing).
MiniSet1.Miniterator - Class in net.pwall.util
An Iterator over a set with a single value.
MiniSet2<T> - Class in net.pwall.util
An implementation of MiniSet containing two values.
MiniSet2(T, T) - Constructor for class net.pwall.util.MiniSet2
Construct a MiniSet2 with the given values.
MiniSet2(Set<T>) - Constructor for class net.pwall.util.MiniSet2
Construct a MiniSet2 from another Set (helps with deserializing).
MiniSet2.Miniterator - Class in net.pwall.util
An Iterator over a set with two values.
MiniSet3<T> - Class in net.pwall.util
An implementation of MiniSet containing three values.
MiniSet3(T, T, T) - Constructor for class net.pwall.util.MiniSet3
Construct a MiniSet3 with the given values.
MiniSet3(Set<T>) - Constructor for class net.pwall.util.MiniSet3
Construct a MiniSet3 from another Set (helps with deserializing).
MiniSet3.Miniterator - Class in net.pwall.util
An Iterator over a set with two values.
MiniSet4<T> - Class in net.pwall.util
An implementation of MiniSet containing four values.
MiniSet4(T, T, T, T) - Constructor for class net.pwall.util.MiniSet4
Construct a MiniSet4 with the given values.
MiniSet4(Set<T>) - Constructor for class net.pwall.util.MiniSet4
Construct a MiniSet4 from another Set (helps with deserializing).
MiniSet4.Miniterator - Class in net.pwall.util
An Iterator over a set with two values.
MiniSet5<T> - Class in net.pwall.util
An implementation of MiniSet containing four values.
MiniSet5(T, T, T, T, T) - Constructor for class net.pwall.util.MiniSet5
Construct a MiniSet5 with the given values.
MiniSet5(Set<T>) - Constructor for class net.pwall.util.MiniSet5
Construct a MiniSet5 from another Set (helps with deserializing).
MiniSet5.Miniterator - Class in net.pwall.util
An Iterator over a set with two values.
Miniterator() - Constructor for class net.pwall.util.MiniSet0.Miniterator
 
Miniterator() - Constructor for class net.pwall.util.MiniSet1.Miniterator
 
Miniterator() - Constructor for class net.pwall.util.MiniSet2.Miniterator
 
Miniterator() - Constructor for class net.pwall.util.MiniSet3.Miniterator
 
Miniterator() - Constructor for class net.pwall.util.MiniSet4.Miniterator
 
Miniterator() - Constructor for class net.pwall.util.MiniSet5.Miniterator
 

N

net.pwall.util - package net.pwall.util
 
next() - Method in class net.pwall.util.ImmutableIterator
Get the next element referenced by this ImmutableIterator.
next() - Method in class net.pwall.util.ImmutableMap.KeyIterator
Get the next key referenced by this KeyIterator.
next() - Method in class net.pwall.util.ImmutableMap.ValueIterator
Get the next value referenced by this ValueIterator.
next() - Method in class net.pwall.util.MiniSet0.Miniterator
Get the next element referenced by this iterator (always throws exception).
next() - Method in class net.pwall.util.MiniSet1.Miniterator
Get the next element referenced by this iterator.
next() - Method in class net.pwall.util.MiniSet2.Miniterator
Get the next element referenced by this iterator.
next() - Method in class net.pwall.util.MiniSet3.Miniterator
Get the next element referenced by this iterator.
next() - Method in class net.pwall.util.MiniSet4.Miniterator
Get the next element referenced by this iterator.
next() - Method in class net.pwall.util.MiniSet5.Miniterator
Get the next element referenced by this iterator.
nextIndex() - Method in class net.pwall.util.ImmutableListIterator
Get the index of the "next" element.

O

of() - Static method in class net.pwall.util.MiniMap
Create an empty MiniMap.
of(Map.Entry<KK, VV>) - Static method in class net.pwall.util.MiniMap
Create a MiniMap with a single Map.Entry.
of(Map.Entry<KK, VV>, Map.Entry<KK, VV>) - Static method in class net.pwall.util.MiniMap
Create a MiniMap with two Map.Entrys.
of(Map.Entry<KK, VV>, Map.Entry<KK, VV>, Map.Entry<KK, VV>) - Static method in class net.pwall.util.MiniMap
Create a MiniMap with three Map.Entrys.
of(Map.Entry<KK, VV>...) - Static method in class net.pwall.util.MiniMap
Create a MiniMap with a variable number of Map.Entrys.
of() - Static method in class net.pwall.util.MiniSet
Get an empty MiniSet.
of(TT) - Static method in class net.pwall.util.MiniSet
Get a MiniSet containing a single value.
of(TT, TT) - Static method in class net.pwall.util.MiniSet
Get a MiniSet containing two values.
of(TT, TT, TT) - Static method in class net.pwall.util.MiniSet
Get a MiniSet containing three values.
of(TT, TT, TT, TT) - Static method in class net.pwall.util.MiniSet
Get a MiniSet containing four values.
of(TT, TT, TT, TT, TT) - Static method in class net.pwall.util.MiniSet
Get a MiniSet containing five values.
of(TT...) - Static method in class net.pwall.util.MiniSet
Get a MiniSet with a variable number of values.

P

previous() - Method in class net.pwall.util.ImmutableListIterator
Get the preceding element referenced by this ImmutableIterator.
previousIndex() - Method in class net.pwall.util.ImmutableListIterator
Get the index of the previous element.
put(K, V) - Method in class net.pwall.util.ImmutableMap
Modifying operation - not allowed.
put(K, V) - Method in class net.pwall.util.MiniMap
Modifying operation - not allowed.
putAll(Map<? extends K, ? extends V>) - Method in class net.pwall.util.ImmutableMap
Modifying operation - not allowed.
putAll(Map<? extends K, ? extends V>) - Method in class net.pwall.util.MiniMap
Modifying operation - not allowed.

R

remove(Object) - Method in class net.pwall.util.ImmutableCollectionBase
Modifying operation - not allowed.
remove(int) - Method in class net.pwall.util.ImmutableList
Modifying operation - not allowed.
remove() - Method in class net.pwall.util.ImmutableListIterator
Modifying operation - not allowed.
remove(Object) - Method in class net.pwall.util.ImmutableMap
Modifying operation - not allowed.
remove(Object) - Method in class net.pwall.util.MiniMap
Modifying operation - not allowed.
remove(Object) - Method in class net.pwall.util.MiniSet
Modifying operation - not allowed.
removeAll(Collection<?>) - Method in class net.pwall.util.ImmutableCollectionBase
Modifying operation - not allowed.
removeAll(Collection<?>) - Method in class net.pwall.util.MiniSet
Modifying operation - not allowed.
retainAll(Collection<?>) - Method in class net.pwall.util.ImmutableCollectionBase
Modifying operation - not allowed.
retainAll(Collection<?>) - Method in class net.pwall.util.MiniSet
Modifying operation - not allowed.

S

set(int, T) - Method in class net.pwall.util.ImmutableList
Modifying operation - not allowed.
set(T) - Method in class net.pwall.util.ImmutableListIterator
Modifying operation - not allowed.
setOf(TT[]) - Static method in class net.pwall.util.ImmutableSet
Get an ImmutableSet using the supplied array.
setOf(TT[], int) - Static method in class net.pwall.util.ImmutableSet
Get an ImmutableSet using the supplied array.
setValue(V) - Method in class net.pwall.util.ImmutableMapEntry
Modifying operation - not allowed.
size() - Method in class net.pwall.util.ImmutableBase
Get the number of elements in the collection.
size() - Method in class net.pwall.util.MiniMap0
Get the number of entries (always zero).
size() - Method in class net.pwall.util.MiniMap1
Get the number of entries (always one).
size() - Method in class net.pwall.util.MiniMap2
Get the number of entries (always two).
size() - Method in class net.pwall.util.MiniMap3
Get the number of entries (always three).
size() - Method in class net.pwall.util.MiniSet0
Get the number of values (always zero).
size() - Method in class net.pwall.util.MiniSet1
Get the number of values (always one).
size() - Method in class net.pwall.util.MiniSet2
Get the number of values (always two).
size() - Method in class net.pwall.util.MiniSet3
Get the number of values (always three).
size() - Method in class net.pwall.util.MiniSet4
Get the number of values (always four).
size() - Method in class net.pwall.util.MiniSet5
Get the number of values (always five).
stringOf(Object) - Method in class net.pwall.util.MiniMap
Return a string representation of the supplied key or value, guarding against possible recursion.
stringOf(Object) - Method in class net.pwall.util.MiniSet
Return a string representation of the supplied value, guarding against possible recursion.
subList(int, int) - Method in class net.pwall.util.ImmutableList
Get a sub-list of this list.

T

toArray() - Method in class net.pwall.util.ImmutableCollection
Create a copy of the underlying array.
toArray(TT[]) - Method in class net.pwall.util.ImmutableCollection
Return a copy of the underlying array, either in the supplied array (if it fits) or in a new array of the specified type.
toArray() - Method in class net.pwall.util.ImmutableMap.KeySet
Create a copy of the set in an array.
toArray(T[]) - Method in class net.pwall.util.ImmutableMap.KeySet
Return a copy of the set, either in the supplied array (if it fits) or in a new array of the specified type.
toArray() - Method in class net.pwall.util.ImmutableMap.ValueCollection
Create a copy of the collection in an array.
toArray(T[]) - Method in class net.pwall.util.ImmutableMap.ValueCollection
Return a copy of the collection, either in the supplied array (if it fits) or in a new array of the specified type.
toArray() - Method in class net.pwall.util.MiniSet0
Copy the set to an array (always an empty array).
toArray(TT[]) - Method in class net.pwall.util.MiniSet0
Copy the set to an existing array (with null end marker if the destination array is not of length zero).
toArray() - Method in class net.pwall.util.MiniSet1
Copy the set to an array.
toArray(TT[]) - Method in class net.pwall.util.MiniSet1
Copy the set to an array, either the supplied array (if it fits) or a new array of the specified type.
toArray() - Method in class net.pwall.util.MiniSet2
Copy the set to an array.
toArray(TT[]) - Method in class net.pwall.util.MiniSet2
Copy the set to an array, either the supplied array (if it fits) or a new array of the specified type.
toArray() - Method in class net.pwall.util.MiniSet3
Copy the set to an array.
toArray(TT[]) - Method in class net.pwall.util.MiniSet3
Copy the set to an array, either the supplied array (if it fits) or a new array of the specified type.
toArray() - Method in class net.pwall.util.MiniSet4
Copy the set to an array.
toArray(TT[]) - Method in class net.pwall.util.MiniSet4
Copy the set to an array, either the supplied array (if it fits) or a new array of the specified type.
toArray() - Method in class net.pwall.util.MiniSet5
Copy the set to an array.
toArray(TT[]) - Method in class net.pwall.util.MiniSet5
Copy the set to an array, either the supplied array (if it fits) or a new array of the specified type.
toString() - Method in class net.pwall.util.ImmutableCollectionBase
Returns a string representation of this collection.
toString() - Method in class net.pwall.util.ImmutableMap
Returns a string representation of this map.
toString() - Method in class net.pwall.util.ImmutableMapEntry
Create a string representation of this ImmutableMapEntry, in the form "key=value".
toString() - Method in class net.pwall.util.MiniMap
Returns a string representation of this map.
toString() - Method in class net.pwall.util.MiniMap0
Returns a string representation of this map.
toString() - Method in class net.pwall.util.MiniMap1
Returns a string representation of this map.
toString() - Method in class net.pwall.util.MiniMap2
Returns a string representation of this map.
toString() - Method in class net.pwall.util.MiniMap3
Returns a string representation of this map.
toString() - Method in class net.pwall.util.MiniSet
Returns a string representation of this collection.
toString() - Method in class net.pwall.util.MiniSet0
Returns a string representation of this set.
toString() - Method in class net.pwall.util.MiniSet1
Returns a string representation of this set.
toString() - Method in class net.pwall.util.MiniSet2
Returns a string representation of this set.
toString() - Method in class net.pwall.util.MiniSet3
Returns a string representation of this set.
toString() - Method in class net.pwall.util.MiniSet4
Returns a string representation of this set.
toString() - Method in class net.pwall.util.MiniSet5
Returns a string representation of this set.

V

values() - Method in class net.pwall.util.ImmutableMap
Get a Collection of the values in this map.
values() - Method in class net.pwall.util.MiniMap0
Get a Collection of the values in this map.
values() - Method in class net.pwall.util.MiniMap1
Get a Collection of the values in this map.
values() - Method in class net.pwall.util.MiniMap2
Get a Collection of the values in this map.
values() - Method in class net.pwall.util.MiniMap3
Get a Collection of the values in this map.
A C E F G H I K L M N O P R S T V 
Skip navigation links

Copyright © 2024. All rights reserved.