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

C

capacity(). Method in class com.objectspace.jgl.Array
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class com.objectspace.jgl.adapters.CharBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class com.objectspace.jgl.adapters.IntBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class com.objectspace.jgl.adapters.LongBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return the number of elements that I contain without allocating more internal storage.
CharArray(). Constructor for class com.objectspace.jgl.adapters.CharArray
Construct myself to refer to an empty array.
CharArray(char[]). Constructor for class com.objectspace.jgl.adapters.CharArray
Construct myself to refer to a native Java array.
CharArray(CharArray). Constructor for class com.objectspace.jgl.adapters.CharArray
Construct myself to refer to an existing CharArray.
CharArray(CharBuffer). Constructor for class com.objectspace.jgl.adapters.CharArray
Construct myself to be a copy of an existing CharBuffer.
charAt(int). Method in class com.objectspace.jgl.adapters.CharArray
Return the integer at the specified index as a Char object.
charAt(int). Method in class com.objectspace.jgl.adapters.CharBuffer
Return the char at the specified index.
CharBuffer(). Constructor for class com.objectspace.jgl.adapters.CharBuffer
Construct myself to be an empty CharBuffer.
CharBuffer(char[]). Constructor for class com.objectspace.jgl.adapters.CharBuffer
Construct myself to use a specified array as my initial storage.
CharBuffer(CharBuffer). Constructor for class com.objectspace.jgl.adapters.CharBuffer
Construct myself to be a copy of an existing CharBuffer.
CharBuffer(int). Constructor for class com.objectspace.jgl.adapters.CharBuffer
Construct myself to contain a specified number of null elements.
CharBuffer(int, char). Constructor for class com.objectspace.jgl.adapters.CharBuffer
Construct myself to contain a specified number of elements set to a particular object.
CharIterator(). Constructor for class com.objectspace.jgl.adapters.CharIterator
Construct myself to be an iterator with no associated data structure or position.
CharIterator(char[], int). Constructor for class com.objectspace.jgl.adapters.CharIterator
Construct myself to be positioned at a particular index of a specific array of chars.
CharIterator(CharArray, int). Constructor for class com.objectspace.jgl.adapters.CharIterator
Construct myself to be positioned at a particular index of a specific CharArray.
CharIterator(CharBuffer, int). Constructor for class com.objectspace.jgl.adapters.CharIterator
Construct myself to be positioned at a particular index of a specific CharBuffer.
CharIterator(CharIterator). Constructor for class com.objectspace.jgl.adapters.CharIterator
Construct myself to be a copy of an existing iterator.
checkIndex(int, int). Static method in class com.objectspace.jgl.Array
checkIndex(int, int). Static method in class com.objectspace.jgl.adapters.ArrayAdapter
checkRange(int, int, int). Static method in class com.objectspace.jgl.Array
checkRange(int, int, int). Static method in class com.objectspace.jgl.adapters.ArrayAdapter
clear(). Method in class com.objectspace.jgl.Array
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.adapters.ArrayAdapter
Remove all of my objects.
clear(). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.adapters.CharBuffer
Remove all of my elements.
clear(). Method in interface com.objectspace.jgl.Container
Remove all of my objects.
clear(). Method in class com.objectspace.jgl.Deque
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.DList
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.HashMap
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.HashSet
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.adapters.IntBuffer
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.adapters.LongBuffer
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.Map
Remove all of my objects.
clear(). Method in class com.objectspace.jgl.OrderedMap
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.OrderedSet
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.PriorityQueue
Remove all of my objects.
clear(). Method in class com.objectspace.jgl.Queue
Remove all of my objects.
clear(). Method in class com.objectspace.jgl.adapters.ShortBuffer
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.SList
Remove all of my elements.
clear(). Method in class com.objectspace.jgl.Stack
Remove all of my objects.
clear(). Method in class com.objectspace.jgl.adapters.VectorArray
Remove all of my objects.
clone(). Method in class com.objectspace.jgl.Array
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.ArrayAdapter
clone(). Method in class com.objectspace.jgl.ArrayIterator
Return a clone of myself.
clone(). Method in interface com.objectspace.jgl.BidirectionalIterator
J++ requires clone
clone(). Method in class com.objectspace.jgl.adapters.BooleanArray
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.BooleanIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.adapters.ByteArray
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.ByteIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.adapters.CharArray
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.CharBuffer
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.CharIterator
Return a clone of myself.
clone(). Method in interface com.objectspace.jgl.Container
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.Deque
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.DequeIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.DList
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.DListIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.adapters.DoubleArray
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.DoubleIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.adapters.FloatArray
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.FloatIterator
Return a clone of myself.
clone(). Method in interface com.objectspace.jgl.ForwardIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.HashMap
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.HashMapIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.HashSet
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.HashSetIterator
Return a clone of myself.
clone(). Method in interface com.objectspace.jgl.InputIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.util.InsertIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.adapters.IntArray
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.IntBuffer
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.IntIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.adapters.LongArray
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.LongBuffer
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.LongIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.Map
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.ObjectArray
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.ObjectIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.util.ObjectOutputStreamIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.OrderedMap
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.OrderedMapIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.OrderedSet
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.OrderedSetIterator
Return a clone of myself.
clone(). Method in interface com.objectspace.jgl.OutputIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.util.OutputStreamIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.Pair
Return a copy of myself.
clone(). Method in class com.objectspace.jgl.PriorityQueue
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.Queue
Return a shallow copy of myself.
clone(). Method in interface com.objectspace.jgl.RandomAccessIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.util.ReverseIterator
Return a clone of myself.
clone(). Method in interface com.objectspace.jgl.Sequence
clone(). Method in interface com.objectspace.jgl.Set
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.ShortArray
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.ShortIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.SList
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.SListIterator
Return a clone of myself.
clone(). Method in class com.objectspace.jgl.Stack
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.VectorArray
Return a shallow copy of myself.
clone(). Method in class com.objectspace.jgl.adapters.VectorIterator
Return a clone of myself.
collect(Container, UnaryFunction). Static method in class com.objectspace.jgl.algorithms.Transforming
Return a container that is the same class as the original and contains the result of applying the given unary function to each element in the original.
collect(ForwardIterator, ForwardIterator, UnaryFunction). Static method in class com.objectspace.jgl.algorithms.Transforming
Return a container that is the same class as the original and contains the result of applying the given unary function to each element in the range.
compareTo(Benchmark). Method in class com.objectspace.jgl.util.Benchmark
Display a string that compares me with another benchmark to System.out.
ConditionalEnumeration(Enumeration). Constructor for class com.objectspace.jgl.util.ConditionalEnumeration
Construct myself to iterate over the same elements as enum.
ConditionalEnumeration(Enumeration, UnaryPredicate). Constructor for class com.objectspace.jgl.util.ConditionalEnumeration
Construct myself to iterate over the elements of enum that meet the given condition.
ConstantFunction(Object). Constructor for class com.objectspace.jgl.functions.ConstantFunction
Construct myself to always return a specific value when invoked.
ConstantPredicate(boolean). Constructor for class com.objectspace.jgl.predicates.ConstantPredicate
Construct myself to always return a specific value when invoked.
contains(boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return true if I contain a particular boolean.
contains(byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return true if I contain a particular byte.
contains(char). Method in class com.objectspace.jgl.adapters.CharBuffer
Return true if I contain a particular char.
contains(double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return true if I contain a particular double.
contains(float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return true if I contain a particular float.
contains(int). Method in class com.objectspace.jgl.adapters.IntBuffer
Return true if I contain a particular int.
contains(long). Method in class com.objectspace.jgl.adapters.LongBuffer
Return true if I contain a particular long.
contains(Object). Method in class com.objectspace.jgl.Array
Return true if I contain a particular object.
contains(Object). Method in class com.objectspace.jgl.adapters.ArrayAdapter
Return true if I contain a particular object using .equals()
contains(Object). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class com.objectspace.jgl.adapters.CharBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class com.objectspace.jgl.Deque
Return true if I contain a particular object.
contains(Object). Method in class com.objectspace.jgl.DList
Return true if I contain a particular object.
contains(Object). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class com.objectspace.jgl.adapters.IntBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class com.objectspace.jgl.adapters.LongBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in interface com.objectspace.jgl.Sequence
Return true if I contain a particular object.
contains(Object). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class com.objectspace.jgl.SList
Return true if I contain a particular object.
contains(short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return true if I contain a particular short.
copy(Array). Method in class com.objectspace.jgl.Array
Become a shallow copy of an existing Array.
copy(BooleanBuffer). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Become a copy of an existing BooleanBuffer.
copy(ByteBuffer). Method in class com.objectspace.jgl.adapters.ByteBuffer
Become a shallow copy of an existing ByteBuffer.
copy(CharBuffer). Method in class com.objectspace.jgl.adapters.CharBuffer
Become a shallow copy of an existing CharBuffer.
copy(Container, Container). Static method in class com.objectspace.jgl.algorithms.Copying
Insert the elements from one container into another container.
copy(Container, OutputIterator). Static method in class com.objectspace.jgl.algorithms.Copying
Copy the elements from a container to a sequence.
copy(Deque). Method in class com.objectspace.jgl.Deque
Become a shallow copy of an existing Deque.
copy(DList). Method in class com.objectspace.jgl.DList
Become a shallow copy of an existing DList.
copy(DoubleBuffer). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Become a shallow copy of an existing DoubleBuffer.
copy(FloatBuffer). Method in class com.objectspace.jgl.adapters.FloatBuffer
Become a shallow copy of an existing FloatBuffer.
copy(HashMap). Method in class com.objectspace.jgl.HashMap
Become a shallow copy of an existing HashMap.
copy(HashSet). Method in class com.objectspace.jgl.HashSet
Become a shallow copy of an existing HashSet.
copy(InputIterator, InputIterator, OutputIterator). Static method in class com.objectspace.jgl.algorithms.Copying
Copy the elements from one range to another range of the same size.
copy(IntBuffer). Method in class com.objectspace.jgl.adapters.IntBuffer
Become a shallow copy of an existing IntBuffer.
copy(LongBuffer). Method in class com.objectspace.jgl.adapters.LongBuffer
Become a shallow copy of an existing LongBuffer.
copy(OrderedMap). Method in class com.objectspace.jgl.OrderedMap
Become a shallow copy of an existing OrderedMap.
copy(OrderedSet). Method in class com.objectspace.jgl.OrderedSet
Become a shallow copy of an existing OrderedSet.
copy(PriorityQueue). Method in class com.objectspace.jgl.PriorityQueue
Become a shallow copy of a specified PriorityQueue.
copy(Queue). Method in class com.objectspace.jgl.Queue
Become a shallow copy of a Queue.
copy(ShortBuffer). Method in class com.objectspace.jgl.adapters.ShortBuffer
Become a shallow copy of an existing ShortBuffer.
copy(SList). Method in class com.objectspace.jgl.SList
Become a shallow copy of an existing SList.
copy(Stack). Method in class com.objectspace.jgl.Stack
Become a shallow copy of a specified Stack.
copyBackward(BidirectionalIterator, BidirectionalIterator, BidirectionalIterator). Static method in class com.objectspace.jgl.algorithms.Copying
Copy the elements backwards from one range to another range of the same size.
copyTo(BitSet). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Copy all my elements into the specified BitSet, expanding the BitSet if necessary.
copyTo(boolean[]). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Copy my elements into the specified array.
copyTo(byte[]). Method in class com.objectspace.jgl.adapters.ByteBuffer
Copy my elements into the specified array.
copyTo(char[]). Method in class com.objectspace.jgl.adapters.CharBuffer
Copy my elements into the specified array.
copyTo(double[]). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Copy my elements into the specified array.
copyTo(float[]). Method in class com.objectspace.jgl.adapters.FloatBuffer
Copy my elements into the specified array.
copyTo(int[]). Method in class com.objectspace.jgl.adapters.IntBuffer
Copy my elements into the specified array.
copyTo(long[]). Method in class com.objectspace.jgl.adapters.LongBuffer
Copy my elements into the specified array.
copyTo(Object[]). Method in class com.objectspace.jgl.Array
Copy my elements into the specified array.
copyTo(short[]). Method in class com.objectspace.jgl.adapters.ShortBuffer
Copy my elements into the specified array.
count(boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return the number of objects that equal a particular value.
count(byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return the number of objects that equal a particular value.
count(char). Method in class com.objectspace.jgl.adapters.CharBuffer
Return the number of objects that equal a particular value.
count(Container, Object). Static method in class com.objectspace.jgl.algorithms.Counting
Return the number of elements in a container that match a particular object using equals().
count(DListIterator, DListIterator, Object). Method in class com.objectspace.jgl.DList
Return the number of objects within a specified range of that match a particular value.
count(double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return the number of objects that equal a particular value.
count(float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return the number of objects that equal a particular value.
count(InputIterator, InputIterator, Object). Static method in class com.objectspace.jgl.algorithms.Counting
Return the number of elements in a range that match a particular object using equals().
count(int). Method in class com.objectspace.jgl.adapters.IntBuffer
Return the number of objects that equal a particular value.
count(int, int, boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return the number of objects within a particular range of indices that match a particular boolean.
count(int, int, byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return the number of objects within a particular range of indices that match a particular byte.
count(int, int, char). Method in class com.objectspace.jgl.adapters.CharBuffer
Return the number of objects within a particular range of indices that match a particular char.
count(int, int, double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return the number of objects within a particular range of indices that match a particular double.
count(int, int, float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return the number of objects within a particular range of indices that match a particular float.
count(int, int, int). Method in class com.objectspace.jgl.adapters.IntBuffer
Return the number of objects within a particular range of indices that match a particular int.
count(int, int, long). Method in class com.objectspace.jgl.adapters.LongBuffer
Return the number of objects within a particular range of indices that match a particular long.
count(int, int, Object). Method in class com.objectspace.jgl.Array
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.adapters.ArrayAdapter
Return the number of objects within a specified range of that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.adapters.CharBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.Deque
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.DList
Return the number of objects within a specified range of that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.adapters.IntBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.adapters.LongBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in interface com.objectspace.jgl.Sequence
Return the number of objects within a specified range of that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class com.objectspace.jgl.SList
Return the number of objects within a specified range of that match a particular value.
count(int, int, short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return the number of objects within a particular range of indices that match a particular short.
count(long). Method in class com.objectspace.jgl.adapters.LongBuffer
Return the number of objects that equal a particular value.
count(Object). Method in class com.objectspace.jgl.Array
Return the number of objects that match a particular value.
count(Object). Method in class com.objectspace.jgl.adapters.ArrayAdapter
Return the number of objects that match a specified object.
count(Object). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return the number of objects that match a particular value.
count(Object). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return the number of objects that match a particular value.
count(Object). Method in class com.objectspace.jgl.adapters.CharBuffer
Return the number of objects that match a particular value.
count(Object). Method in class com.objectspace.jgl.Deque
Return the number of objects that match a particular value.
count(Object). Method in class com.objectspace.jgl.DList
Return the number of objects that match a particular value.
count(Object). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return the number of objects that match a particular value.
count(Object). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return the number of objects that match a particular value.
count(Object). Method in class com.objectspace.jgl.HashMap
Return the number of key/value pairs that match a particular key.
count(Object). Method in class com.objectspace.jgl.HashSet
Return the number of items that match a particular object.
count(Object). Method in class com.objectspace.jgl.adapters.IntBuffer
Return the number of objects that match a particular value.
count(Object). Method in class com.objectspace.jgl.adapters.LongBuffer
Return the number of objects that match a particular value.
count(Object). Method in class com.objectspace.jgl.Map
Return the number of key/value pairs that match a particular key.
count(Object). Method in class com.objectspace.jgl.OrderedMap
Return the number of key/value pairs that match a particular key.
count(Object). Method in class com.objectspace.jgl.OrderedSet
Return the number of items that match a particular object.
count(Object). Method in interface com.objectspace.jgl.Sequence
Return the number of objects that match a specified object.
count(Object). Method in interface com.objectspace.jgl.Set
Return the number of items that match a particular object.
count(Object). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return the number of objects that match a particular value.
count(Object). Method in class com.objectspace.jgl.SList
Return the number of objects that match a particular value.
count(short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return the number of objects that equal a particular value.
count(SListIterator, SListIterator, Object). Method in class com.objectspace.jgl.SList
Return the number of objects within a specified range of that match a particular value.
countIf(Container, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.Counting
Return the number of elements in a container that satisfy a predicate.
countIf(InputIterator, InputIterator, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.Counting
Return the number of elements in a range that satisfy a predicate.
countValues(Object). Method in class com.objectspace.jgl.HashMap
Return the number of values that match a given object.
countValues(Object). Method in class com.objectspace.jgl.Map
Return the number of values that match a given object.
countValues(Object). Method in class com.objectspace.jgl.OrderedMap
Return the number of values that match a given object.

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