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

A

add(E) - Method in class net.pwall.util.ImmutableCollectionBase
 
add(int, T) - Method in class net.pwall.util.ImmutableList
 
add(T) - Method in class net.pwall.util.ImmutableListIterator
 
addAll(Collection<? extends E>) - Method in class net.pwall.util.ImmutableCollectionBase
 
addAll(int, Collection<? extends T>) - Method in class net.pwall.util.ImmutableList
 
array - Variable in class net.pwall.util.ImmutableBase
 
array - Variable in class net.pwall.util.ImmutableIteratorBase
 

C

checkNext() - Method in class net.pwall.util.ImmutableIteratorBase
 
clear() - Method in class net.pwall.util.ImmutableBase
 
contains(Object) - Method in class net.pwall.util.ImmutableCollection
 
contains(TT[], int, Object) - Static method in class net.pwall.util.ImmutableCollection
 
contains(Object) - Method in class net.pwall.util.ImmutableMap.KeySet
 
contains(Object) - Method in class net.pwall.util.ImmutableMap.ValueCollection
 
containsAll(Collection<?>) - Method in class net.pwall.util.ImmutableCollectionBase
 
containsKey(Object) - Method in class net.pwall.util.ImmutableMap
 
containsKey(ImmutableMap.MapEntry<KK, VV>[], int, KK) - Static method in class net.pwall.util.ImmutableMap
 
containsKey(List<ImmutableMap.MapEntry<KK, VV>>, KK) - Static method in class net.pwall.util.ImmutableMap
 
containsValue(Object) - Method in class net.pwall.util.ImmutableMap
 
createArray(int) - Static method in class net.pwall.util.ImmutableMap
 

E

emptyArray - Static variable in class net.pwall.util.ImmutableBase
 
emptyEntryArray - Static variable in class net.pwall.util.ImmutableMap
 
emptyList() - Static method in class net.pwall.util.ImmutableList
 
emptyMap() - Static method in class net.pwall.util.ImmutableMap
 
emptySet() - Static method in class net.pwall.util.ImmutableSet
 
entry(KK, VV) - Static method in class net.pwall.util.ImmutableMap
 
entrySet() - Method in class net.pwall.util.ImmutableMap
 
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
 
equals(Object) - Method in class net.pwall.util.ImmutableMap.KeySet
 
equals(Object) - Method in class net.pwall.util.ImmutableMap.MapEntry
 
equals(Object) - Method in class net.pwall.util.ImmutableSet
Compares the specified object with this set for equality.

F

findKey(ImmutableMap.MapEntry<KK, VV>[], int, Object) - Static method in class net.pwall.util.ImmutableMap
 
from(List<ImmutableMap.MapEntry<KK, VV>>) - Static method in class net.pwall.util.ImmutableMap
 

G

get(int) - Method in class net.pwall.util.ImmutableList
 
get(Object) - Method in class net.pwall.util.ImmutableMap
 
getKey() - Method in class net.pwall.util.ImmutableMap.MapEntry
 
getValue() - Method in class net.pwall.util.ImmutableMap.MapEntry
 

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.ImmutableMap.MapEntry
This just happens 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.
hasNext() - Method in class net.pwall.util.ImmutableIteratorBase
 
hasPrevious() - Method in class net.pwall.util.ImmutableListIterator
 

I

ImmutableBase<A> - Class in net.pwall.util
 
ImmutableBase(A[], int) - Constructor for class net.pwall.util.ImmutableBase
 
ImmutableCollection<T> - Class in net.pwall.util
 
ImmutableCollection(T[], int) - Constructor for class net.pwall.util.ImmutableCollection
 
ImmutableCollection(T[]) - Constructor for class net.pwall.util.ImmutableCollection
 
ImmutableCollectionBase<A,E> - Class in net.pwall.util
 
ImmutableCollectionBase(A[], int) - Constructor for class net.pwall.util.ImmutableCollectionBase
 
ImmutableIterator<T> - Class in net.pwall.util
 
ImmutableIterator(T[], int, int) - Constructor for class net.pwall.util.ImmutableIterator
 
ImmutableIteratorBase<T> - Class in net.pwall.util
 
ImmutableIteratorBase(T[], int, int) - Constructor for class net.pwall.util.ImmutableIteratorBase
 
ImmutableList<T> - Class in net.pwall.util
 
ImmutableList(T[], int) - Constructor for class net.pwall.util.ImmutableList
 
ImmutableList(T[]) - Constructor for class net.pwall.util.ImmutableList
 
ImmutableListIterator<T> - Class in net.pwall.util
 
ImmutableListIterator(T[], int, int) - Constructor for class net.pwall.util.ImmutableListIterator
 
ImmutableMap<K,V> - Class in net.pwall.util
 
ImmutableMap(ImmutableMap.MapEntry<K, V>[], int) - Constructor for class net.pwall.util.ImmutableMap
 
ImmutableMap(ImmutableMap.MapEntry<K, V>[]) - Constructor for class net.pwall.util.ImmutableMap
 
ImmutableMap.KeyIterator<K,V> - Class in net.pwall.util
 
ImmutableMap.KeySet<K,V> - Class in net.pwall.util
 
ImmutableMap.MapEntry<K,V> - Class in net.pwall.util
 
ImmutableMap.ValueCollection<K,V> - Class in net.pwall.util
 
ImmutableMap.ValueIterator<K,V> - Class in net.pwall.util
 
ImmutableSet<T> - Class in net.pwall.util
 
ImmutableSet(T[], int) - Constructor for class net.pwall.util.ImmutableSet
 
ImmutableSet(T[]) - Constructor for class net.pwall.util.ImmutableSet
 
index - Variable in class net.pwall.util.ImmutableIteratorBase
 
indexOf(Object) - Method in class net.pwall.util.ImmutableList
 
isEmpty() - Method in class net.pwall.util.ImmutableBase
 
iterator() - Method in class net.pwall.util.ImmutableCollection
 
iterator() - Method in class net.pwall.util.ImmutableMap.KeySet
 
iterator() - Method in class net.pwall.util.ImmutableMap.ValueCollection
 

K

KeyIterator(ImmutableMap.MapEntry<K, V>[], int) - Constructor for class net.pwall.util.ImmutableMap.KeyIterator
 
keySet() - Method in class net.pwall.util.ImmutableMap
 
KeySet(ImmutableMap.MapEntry<K, V>[], int) - Constructor for class net.pwall.util.ImmutableMap.KeySet
 

L

lastIndexOf(Object) - Method in class net.pwall.util.ImmutableList
 
length - Variable in class net.pwall.util.ImmutableBase
 
length - Variable in class net.pwall.util.ImmutableIteratorBase
 
listIterator() - Method in class net.pwall.util.ImmutableList
 
listIterator(int) - Method in class net.pwall.util.ImmutableList
 
listOf(TT[]) - Static method in class net.pwall.util.ImmutableList
 
listOf(TT[], int) - Static method in class net.pwall.util.ImmutableList
 

M

MapEntry(K, V) - Constructor for class net.pwall.util.ImmutableMap.MapEntry
 
mapOf(ImmutableMap.MapEntry<KK, VV>[]) - Static method in class net.pwall.util.ImmutableMap
 
mapOf(ImmutableMap.MapEntry<KK, VV>[], int) - Static method in class net.pwall.util.ImmutableMap
 

N

net.pwall.util - package net.pwall.util
 
next() - Method in class net.pwall.util.ImmutableIterator
 
next() - Method in class net.pwall.util.ImmutableMap.KeyIterator
 
next() - Method in class net.pwall.util.ImmutableMap.ValueIterator
 
nextIndex() - Method in class net.pwall.util.ImmutableListIterator
 

P

previous() - Method in class net.pwall.util.ImmutableListIterator
 
previousIndex() - Method in class net.pwall.util.ImmutableListIterator
 
put(K, V) - Method in class net.pwall.util.ImmutableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class net.pwall.util.ImmutableMap
 

R

remove(Object) - Method in class net.pwall.util.ImmutableCollectionBase
 
remove(int) - Method in class net.pwall.util.ImmutableList
 
remove() - Method in class net.pwall.util.ImmutableListIterator
 
remove(Object) - Method in class net.pwall.util.ImmutableMap
 
removeAll(Collection<?>) - Method in class net.pwall.util.ImmutableCollectionBase
 
retainAll(Collection<?>) - Method in class net.pwall.util.ImmutableCollectionBase
 

S

set(int, T) - Method in class net.pwall.util.ImmutableList
 
set(T) - Method in class net.pwall.util.ImmutableListIterator
 
setOf(TT[]) - Static method in class net.pwall.util.ImmutableSet
 
setOf(TT[], int) - Static method in class net.pwall.util.ImmutableSet
 
setValue(V) - Method in class net.pwall.util.ImmutableMap.MapEntry
 
size() - Method in class net.pwall.util.ImmutableBase
 
subList(int, int) - Method in class net.pwall.util.ImmutableList
 

T

toArray() - Method in class net.pwall.util.ImmutableCollection
 
toArray(TT[]) - Method in class net.pwall.util.ImmutableCollection
 
toArray() - Method in class net.pwall.util.ImmutableMap.KeySet
 
toArray(T[]) - Method in class net.pwall.util.ImmutableMap.KeySet
 
toArray() - Method in class net.pwall.util.ImmutableMap.ValueCollection
 
toArray(T[]) - Method in class net.pwall.util.ImmutableMap.ValueCollection
 
toString() - Method in class net.pwall.util.ImmutableCollectionBase
 
toString() - Method in class net.pwall.util.ImmutableMap.MapEntry
 
toString() - Method in class net.pwall.util.ImmutableMap
 

V

ValueCollection(ImmutableMap.MapEntry<K, V>[], int) - Constructor for class net.pwall.util.ImmutableMap.ValueCollection
 
ValueIterator(ImmutableMap.MapEntry<K, V>[], int) - Constructor for class net.pwall.util.ImmutableMap.ValueIterator
 
values() - Method in class net.pwall.util.ImmutableMap
 
A C E F G H I K L M N P R S T V 
Skip navigation links

Copyright © 2021. All rights reserved.