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

M

makeHeap(BidirectionalIterator, BidirectionalIterator). Static method in class com.objectspace.jgl.algorithms.Heap
Arrange a sequence into a heap that is ordered according to the object's hash codes.
makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Heap
Arrange a sequence into a heap that is ordered according to a comparator.
Map(). Constructor for class com.objectspace.jgl.Map
maxElement(Container). Static method in class com.objectspace.jgl.algorithms.MinMax
Find the maximum element in a container.
maxElement(Container, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.MinMax
Find the maximum element in a container.
maxElement(InputIterator, InputIterator). Static method in class com.objectspace.jgl.algorithms.MinMax
Find the maximum element in a sequence.
maxElement(InputIterator, InputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.MinMax
Find the maximum element in a sequence.
maxSize(). Method in class com.objectspace.jgl.Array
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.ArrayAdapter
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.BooleanArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.ByteArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.CharArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.CharBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in interface com.objectspace.jgl.Container
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.Deque
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.DList
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.DoubleArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.FloatArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.HashMap
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.HashSet
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.IntArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.IntBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.LongArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.LongBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.Map
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.ObjectArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.OrderedMap
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.OrderedSet
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.PriorityQueue
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.Queue
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.ShortArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.SList
Return the maximum number of entries that I can contain.
maxSize(). Method in class com.objectspace.jgl.Stack
Return the maximum number of objects that I can contain.
maxSize(). Method in class com.objectspace.jgl.adapters.VectorArray
Return the maximum number of objects that I can contain.
median(Object, Object, Object, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Comparing
Return the median value of three objects, using a comparator to perform the comparisons.
minElement(Container). Static method in class com.objectspace.jgl.algorithms.MinMax
Find the minimum element in a container.
minElement(Container, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.MinMax
Find the minimum element in a container.
minElement(InputIterator, InputIterator). Static method in class com.objectspace.jgl.algorithms.MinMax
Find the minimum element in a sequence.
minElement(InputIterator, InputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.MinMax
Find the minimum element in a sequence.
MinusNumber(). Constructor for class com.objectspace.jgl.functions.MinusNumber
Construct myself to use intValue() for operation.
MinusNumber(Class). Constructor for class com.objectspace.jgl.functions.MinusNumber
Construct myself to operate on objects of the given class.
mismatch(Container, Container). Static method in class com.objectspace.jgl.algorithms.Comparing
Scan two containers and return a pair of iterators that are positioned at the first mismatched elements.
mismatch(Container, Container, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Comparing
Scan two containers and return a pair of iterators that are positioned at the first mismatched elements.
mismatch(InputIterator, InputIterator, InputIterator). Static method in class com.objectspace.jgl.algorithms.Comparing
Scan two sequences and return a pair of iterators that are positioned at the first mismatched elements.
mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Comparing
Scan two sequences and return a pair of iterators that are positioned at the first mismatched elements.
ModulusNumber(). Constructor for class com.objectspace.jgl.functions.ModulusNumber
Construct myself to use intValue() for operation.
ModulusNumber(Class). Constructor for class com.objectspace.jgl.functions.ModulusNumber
Construct myself to operate on objects of the given class.
ModulusNumber(Class, int). Constructor for class com.objectspace.jgl.functions.ModulusNumber
Construct myself to operate on objects of the given class.
myArray. Variable in class com.objectspace.jgl.PriorityQueue
myComparator. Variable in class com.objectspace.jgl.PriorityQueue
mySequence. Variable in class com.objectspace.jgl.Queue
mySequence. Variable in class com.objectspace.jgl.Stack

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