ObjectSpace Homepage

JGL - The Generic Collection Library for Java
All Packages  Class Hierarchy Index of Fields and Methods
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

H

Hash(). Constructor for class com.objectspace.jgl.functions.Hash
hashCode(). Method in class com.objectspace.jgl.Array
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.adapters.ArrayAdapter
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.adapters.CharBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.Deque
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.DList
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.HashMap
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.HashSet
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.adapters.IntBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.adapters.LongBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.OrderedMap
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.OrderedSet
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.Pair
Return my hash code.
hashCode(). Method in class com.objectspace.jgl.PriorityQueue
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.Queue
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.SList
Return my hash code for support of hashing containers
hashCode(). Method in class com.objectspace.jgl.Stack
Return my hash code for support of hashing containers
HashComparator(). Constructor for class com.objectspace.jgl.predicates.HashComparator
HashMap(). Constructor for class com.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares key using equals() and does not allow duplicates.
HashMap(BinaryPredicate). Constructor for class com.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares keys using the specified binary predicate and does not allow duplicates.
HashMap(BinaryPredicate, boolean). Constructor for class com.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares keys using the specified binary predicate and conditionally allows duplicates.
HashMap(BinaryPredicate, boolean, int, float). Constructor for class com.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares keys using the specified binary predicate and conditionally allows duplicates.
HashMap(BinaryPredicate, int, float). Constructor for class com.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares keys using the specified binary predicate.
HashMap(boolean). Constructor for class com.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares keys using equals() and conditionally allows duplicates.
HashMap(HashMap). Constructor for class com.objectspace.jgl.HashMap
Construct myself to be a shallow copy of an existing HashMap.
HashMapIterator(). Constructor for class com.objectspace.jgl.HashMapIterator
Construct myself to be an iterator with no associated data structure or position.
HashMapIterator(HashMapIterator). Constructor for class com.objectspace.jgl.HashMapIterator
Construct myself to be a copy of an existing iterator.
HashSet(). Constructor for class com.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using equals() and does not allow duplicates.
HashSet(BinaryPredicate). Constructor for class com.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using the specified binary predicate and does not allow duplicates.
HashSet(BinaryPredicate, boolean). Constructor for class com.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using the specified binary predicate and conditionally allows duplicates.
HashSet(BinaryPredicate, boolean, int, float). Constructor for class com.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using the specified binary predicate and conditionally allows duplicates.
HashSet(BinaryPredicate, int, float). Constructor for class com.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using the specified binary predicate and conditionally allows duplicates.
HashSet(boolean). Constructor for class com.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using equals() and that conditionally allows duplicates.
HashSet(HashSet). Constructor for class com.objectspace.jgl.HashSet
Construct myself to be a shallow copy of an existing HashSet.
HashSetIterator(). Constructor for class com.objectspace.jgl.HashSetIterator
Construct myself to be an iterator with no associated data structure or position.
HashSetIterator(HashSetIterator). Constructor for class com.objectspace.jgl.HashSetIterator
Construct myself to be a copy of an existing iterator.
hasMoreElements(). Method in class com.objectspace.jgl.ArrayIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.adapters.BooleanIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.adapters.ByteIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.adapters.CharIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.util.ConditionalEnumeration
Return true if there are more elements in my input stream that meet my condition.
hasMoreElements(). Method in class com.objectspace.jgl.DequeIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.DListIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.adapters.DoubleIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.adapters.FloatIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.HashMapIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.HashSetIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.adapters.IntIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.adapters.LongIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.adapters.ObjectIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.OrderedMapIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.OrderedSetIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.util.ReverseIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.adapters.ShortIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.SListIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class com.objectspace.jgl.adapters.VectorIterator
Return true if there are more elements in my input stream.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Packages  Class Hierarchy Index of Fields and Methods
Submit a bug or feature