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

F

FALSE. Static variable in class com.objectspace.jgl.predicates.ConstantPredicate
fill(Container, Object). Static method in class com.objectspace.jgl.algorithms.Filling
Fill a container with a particular value.
fill(ForwardIterator, ForwardIterator, Object). Static method in class com.objectspace.jgl.algorithms.Filling
Fill a specified range with a particular value.
fillN(OutputIterator, int, Object). Static method in class com.objectspace.jgl.algorithms.Filling
Assign an object to a number of elements starting at a specified location.
find(Container, Object). Static method in class com.objectspace.jgl.algorithms.Finding
Find the first element in a container that matches a particular object using equals().
find(DListIterator, DListIterator, Object). Method in class com.objectspace.jgl.DList
Return an iterator positioned at the first object within a specified range that matches a particular object, or end() if the object is not found.
find(InputIterator, InputIterator, Object). Static method in class com.objectspace.jgl.algorithms.Finding
Find the first element in a sequence that matches a particular object using equals().
find(Object). Method in class com.objectspace.jgl.DList
Return an iterator positioned at the first object that matches a particular value, or end() if the object is not found.
find(Object). Method in class com.objectspace.jgl.HashMap
Find the first key/value pair based on its key and return its position.
find(Object). Method in class com.objectspace.jgl.HashSet
Find an object and return its position.
find(Object). Method in class com.objectspace.jgl.OrderedMap
Find a key/value pair based on its key and return its position.
find(Object). Method in class com.objectspace.jgl.OrderedSet
Find an object and return its position.
find(Object). Method in class com.objectspace.jgl.SList
Return an iterator positioned at the first object that matches a particular value, or end() if the object is not found.
find(SListIterator, SListIterator, Object). Method in class com.objectspace.jgl.SList
Return an iterator positioned at the first object within a specified range that match a particular object, or end() if the object is not found.
findIf(Container, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.Finding
Find the first element in a container that satisfies a predicate.
findIf(InputIterator, InputIterator, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.Finding
Find the first element in a sequence that satisfies a predicate.
finish(). Method in class com.objectspace.jgl.Array
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.BooleanArray
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.ByteArray
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.CharArray
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.CharBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in interface com.objectspace.jgl.Container
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.Deque
Return an iterator positioned immediately afer my last item.
finish(). Method in class com.objectspace.jgl.DList
Return an iterator positioned immediately afer my last item.
finish(). Method in class com.objectspace.jgl.adapters.DoubleArray
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.FloatArray
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.HashMap
Return an iterator positioned immediately afer my last pair.
finish(). Method in class com.objectspace.jgl.HashSet
Return an iterator positioned immediately afer my last item.
finish(). Method in class com.objectspace.jgl.adapters.IntArray
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.IntBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.LongArray
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.LongBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.Map
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.ObjectArray
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.OrderedMap
Return an iterator positioned immediately afer my last pair.
finish(). Method in class com.objectspace.jgl.OrderedSet
Return an iterator positioned immediately afer my last item.
finish(). Method in class com.objectspace.jgl.PriorityQueue
Return an iterator positioned immediately afer my last item.
finish(). Method in class com.objectspace.jgl.Queue
Return an iterator positioned immediately afer my last item.
finish(). Method in class com.objectspace.jgl.adapters.ShortArray
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class com.objectspace.jgl.SList
Return an iterator positioned immediately afer my last item.
finish(). Method in class com.objectspace.jgl.Stack
Return an iterator positioned immediately afer my last item.
finish(). Method in class com.objectspace.jgl.adapters.VectorArray
Return an iterator positioned immediately after my last item.
first. Variable in class com.objectspace.jgl.Pair
The first object.
FloatArray(). Constructor for class com.objectspace.jgl.adapters.FloatArray
Construct myself to refer to an empty array.
FloatArray(float[]). Constructor for class com.objectspace.jgl.adapters.FloatArray
Construct myself to refer to a native Java array.
FloatArray(FloatArray). Constructor for class com.objectspace.jgl.adapters.FloatArray
Construct myself to refer to an existing FloatArray.
FloatArray(FloatBuffer). Constructor for class com.objectspace.jgl.adapters.FloatArray
Construct myself to be a copy of an existing FloatBuffer.
floatAt(int). Method in class com.objectspace.jgl.adapters.FloatArray
Return the integer at the specified index as a Float object.
floatAt(int). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return the float at the specified index.
FloatBuffer(). Constructor for class com.objectspace.jgl.adapters.FloatBuffer
Construct myself to be an empty FloatBuffer.
FloatBuffer(float[]). Constructor for class com.objectspace.jgl.adapters.FloatBuffer
Construct myself to use a specified array as my initial storage.
FloatBuffer(FloatBuffer). Constructor for class com.objectspace.jgl.adapters.FloatBuffer
Construct myself to be a copy of an existing FloatBuffer.
FloatBuffer(int). Constructor for class com.objectspace.jgl.adapters.FloatBuffer
Construct myself to contain a specified number of null elements.
FloatBuffer(int, float). Constructor for class com.objectspace.jgl.adapters.FloatBuffer
Construct myself to contain a specified number of elements set to a particular object.
FloatIterator(). Constructor for class com.objectspace.jgl.adapters.FloatIterator
Construct myself to be an iterator with no associated data structure or position.
FloatIterator(float[], int). Constructor for class com.objectspace.jgl.adapters.FloatIterator
Construct myself to be positioned at a particular index of a specific array of floats.
FloatIterator(FloatArray, int). Constructor for class com.objectspace.jgl.adapters.FloatIterator
Construct myself to be positioned at a particular index of a specific FloatArray.
FloatIterator(FloatBuffer, int). Constructor for class com.objectspace.jgl.adapters.FloatIterator
Construct myself to be positioned at a particular index of a specific FloatBuffer.
FloatIterator(FloatIterator). Constructor for class com.objectspace.jgl.adapters.FloatIterator
Construct myself to be a copy of an existing iterator.
forEach(Container, UnaryFunction). Static method in class com.objectspace.jgl.algorithms.Applying
Apply a unary function to every element in a container.
forEach(InputIterator, InputIterator, UnaryFunction). Static method in class com.objectspace.jgl.algorithms.Applying
Apply a unary function to every element in a specified range.
front(). Method in class com.objectspace.jgl.Array
Return my first item.
front(). Method in class com.objectspace.jgl.adapters.ArrayAdapter
Return my first element.
front(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return my first element.
front(). Method in class com.objectspace.jgl.adapters.CharBuffer
Return my first element.
front(). Method in class com.objectspace.jgl.Deque
Return my first item.
front(). Method in class com.objectspace.jgl.DList
Return my first item.
front(). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return my first element.
front(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return my first element.
front(). Method in class com.objectspace.jgl.adapters.IntBuffer
Return my first element.
front(). Method in class com.objectspace.jgl.adapters.LongBuffer
Return my first element.
front(). Method in class com.objectspace.jgl.Queue
Return the object at my front.
front(). Method in interface com.objectspace.jgl.Sequence
Return my first element.
front(). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return my first element.
front(). Method in class com.objectspace.jgl.SList
Return my first item.

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