A B C D E F G H I J K L M N O P Q R S T U V W

A

ACTIVE - Static variable in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant.State
 
ADVANCE_ON_CLOSE - Static variable in class edu.emory.mathcs.util.io.FragmentInputStream
Closing policy that leaves the underlying stream opened but advances it to the end of this virtual stream.
AbstractCollection - class edu.emory.mathcs.backport.java.util.AbstractCollection.
Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent collections.
AbstractCollection() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractCollection
Sole constructor.
AbstractExecutorService - class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService.
Provides default implementations of ExecutorService execution methods.
AbstractExecutorService() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
AbstractIntCollection - class edu.emory.mathcs.util.collections.ints.AbstractIntCollection.
 
AbstractIntCollection() - Constructor for class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
AbstractIntInterval - class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.
Base class for (possibly mutable) interval classes.
AbstractIntInterval() - Constructor for class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
AbstractIntInterval.ComplementView - class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView.
 
AbstractIntInterval.ConstrainedView - class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ConstrainedView.
 
AbstractIntInterval.SimpleIntervalItemIterator - class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.SimpleIntervalItemIterator.
 
AbstractIntInterval.SimpleReverseIntervalItemIterator - class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.SimpleReverseIntervalItemIterator.
 
AbstractIntSet - class edu.emory.mathcs.util.collections.ints.AbstractIntSet.
Convenience subclass for int sets.
AbstractIntSet() - Constructor for class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
AbstractIntSortedSet - class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.
Convenience subclass for sorted int sets.
AbstractIntSortedSet() - Constructor for class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
AbstractIntSortedSet.AbstractComplementSubView - class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView.
 
AbstractIntSortedSet.AbstractComplementSubView(IntSortedSet, int, int) - Constructor for class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
AbstractIntSortedSet.AbstractSubView - class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView.
 
AbstractIntSortedSet.AbstractSubView(IntSortedSet, int, int) - Constructor for class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
AbstractIntSortedSet.ForwardIntervalItemIterator - class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ForwardIntervalItemIterator.
 
AbstractIntSortedSet.ReverseIntervalItemIterator - class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ReverseIntervalItemIterator.
 
AbstractList - class edu.emory.mathcs.backport.java.util.AbstractList.
Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent lists.
AbstractList() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractList
Sole constructor.
AbstractLongCollection - class edu.emory.mathcs.util.collections.longs.AbstractLongCollection.
 
AbstractLongCollection() - Constructor for class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
AbstractLongInterval - class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.
Base class for (possibly mutable) interval classes.
AbstractLongInterval() - Constructor for class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
AbstractLongInterval.ComplementView - class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView.
 
AbstractLongInterval.ConstrainedView - class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ConstrainedView.
 
AbstractLongInterval.SimpleIntervalItemIterator - class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.SimpleIntervalItemIterator.
 
AbstractLongInterval.SimpleReverseIntervalItemIterator - class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.SimpleReverseIntervalItemIterator.
 
AbstractLongSet - class edu.emory.mathcs.util.collections.longs.AbstractLongSet.
Convenience subclass for long sets.
AbstractLongSet() - Constructor for class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
AbstractLongSortedSet - class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.
Convenience subclass for sorted long sets.
AbstractLongSortedSet() - Constructor for class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
AbstractLongSortedSet.AbstractComplementSubView - class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView.
 
AbstractLongSortedSet.AbstractComplementSubView(LongSortedSet, long, long) - Constructor for class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
AbstractLongSortedSet.AbstractSubView - class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView.
 
AbstractLongSortedSet.AbstractSubView(LongSortedSet, long, long) - Constructor for class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
AbstractLongSortedSet.ForwardIntervalItemIterator - class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ForwardIntervalItemIterator.
 
AbstractLongSortedSet.ReverseIntervalItemIterator - class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ReverseIntervalItemIterator.
 
AbstractMap - class edu.emory.mathcs.backport.java.util.AbstractMap.
Convenience base class for map implementations that provides helper classes representing simple map entries, both mutable and immutable.
AbstractMap() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractMap
Sole constructor.
AbstractMap.SimpleEntry - class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry.
An Entry maintaining a key and a value.
AbstractMap.SimpleEntry(Object, Object) - Constructor for class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
Creates an entry representing a mapping from the specified key to the specified value.
AbstractMap.SimpleEntry(Map.Entry) - Constructor for class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
Creates an entry representing the same mapping as the specified entry.
AbstractMap.SimpleImmutableEntry - class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry.
An Entry maintaining an immutable key and value, This class does not support method setValue.
AbstractMap.SimpleImmutableEntry(Object, Object) - Constructor for class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing a mapping from the specified key to the specified value.
AbstractMap.SimpleImmutableEntry(Map.Entry) - Constructor for class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing the same mapping as the specified entry.
AbstractPollingLock - class edu.emory.mathcs.util.remote.locks.AbstractPollingLock.
 
AbstractPollingLock() - Constructor for class edu.emory.mathcs.util.remote.locks.AbstractPollingLock
 
AbstractPollingLock(float, long, long) - Constructor for class edu.emory.mathcs.util.remote.locks.AbstractPollingLock
 
AbstractPollingLock(int, float, long, long) - Constructor for class edu.emory.mathcs.util.remote.locks.AbstractPollingLock
 
AbstractQueue - class edu.emory.mathcs.backport.java.util.AbstractQueue.
This class provides skeletal implementations of some Queue operations.
AbstractQueue() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractQueue
Constructor for use by subclasses.
AbstractSequentialList - class edu.emory.mathcs.backport.java.util.AbstractSequentialList.
Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent lists.
AbstractSequentialList() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractSequentialList
Sole constructor.
AbstractSet - class edu.emory.mathcs.backport.java.util.AbstractSet.
Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent sets.
AbstractSet() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractSet
Sole constructor.
AbstractShortCollection - class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection.
 
AbstractShortCollection() - Constructor for class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
AbstractShortInterval - class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.
Base class for (possibly mutable) interval classes.
AbstractShortInterval() - Constructor for class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
AbstractShortInterval.ComplementView - class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView.
 
AbstractShortInterval.ConstrainedView - class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ConstrainedView.
 
AbstractShortInterval.SimpleIntervalItemIterator - class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.SimpleIntervalItemIterator.
 
AbstractShortInterval.SimpleReverseIntervalItemIterator - class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.SimpleReverseIntervalItemIterator.
 
AbstractShortSet - class edu.emory.mathcs.util.collections.shorts.AbstractShortSet.
Convenience subclass for short sets.
AbstractShortSet() - Constructor for class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
AbstractShortSortedSet - class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.
Convenience subclass for sorted short sets.
AbstractShortSortedSet() - Constructor for class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
AbstractShortSortedSet.AbstractComplementSubView - class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView.
 
AbstractShortSortedSet.AbstractComplementSubView(ShortSortedSet, short, short) - Constructor for class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
AbstractShortSortedSet.AbstractSubView - class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView.
 
AbstractShortSortedSet.AbstractSubView(ShortSortedSet, short, short) - Constructor for class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
AbstractShortSortedSet.ForwardIntervalItemIterator - class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ForwardIntervalItemIterator.
 
AbstractShortSortedSet.ReverseIntervalItemIterator - class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ReverseIntervalItemIterator.
 
AccumulatingErrorHandler - class edu.emory.mathcs.util.xml.AccumulatingErrorHandler.
SAX error handler that remembers all errors and warnings encountered during parsing and offers methods to access them after parsing is done.
AccumulatingErrorHandler() - Constructor for class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
Creates a new accumulating error handler.
AccumulatingErrorHandler(ErrorHandler) - Constructor for class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
Creates a new accumulating error handler that, in addition to its normal behavior, also delegates all events to the specified error handler.
AlarmClock - class edu.emory.mathcs.util.concurrent.AlarmClock.
This class provide some value-added over java.util.Timer: that is, it enables rescheduling of previously scheduled tasks.
AlarmClock(Timer, Runnable) - Constructor for class edu.emory.mathcs.util.concurrent.AlarmClock
 
Allocator - interface edu.emory.mathcs.util.allocator.Allocator.
Abstraction of memory manager.
Allocator.Buffer - class edu.emory.mathcs.util.allocator.Allocator.Buffer.
Represents the data buffer returned to the application as a result of allocate() request.
Allocator.Buffer(byte[], int) - Constructor for class edu.emory.mathcs.util.allocator.Allocator.Buffer
 
ArgvUtils - class edu.emory.mathcs.util.ArgvUtils.
To be reengineered.
ArgvUtils.OptionEntry - class edu.emory.mathcs.util.ArgvUtils.OptionEntry.
To be reengineered.
ArgvUtils.OptionIterator - class edu.emory.mathcs.util.ArgvUtils.OptionIterator.
To be reengineered.
ArgvUtils.OptionIterator(String[]) - Constructor for class edu.emory.mathcs.util.ArgvUtils.OptionIterator
 
ArrayBlockingQueue - class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue.
A bounded blocking queue backed by an array.
ArrayBlockingQueue(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity and default access policy.
ArrayBlockingQueue(int, boolean) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity and the specified access policy.
ArrayBlockingQueue(int, boolean, Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity, the specified access policy and initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ArrayDeque - class edu.emory.mathcs.backport.java.util.ArrayDeque.
Resizable-array implementation of the Deque interface.
ArrayDeque() - Constructor for class edu.emory.mathcs.backport.java.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold 16 elements.
ArrayDeque(int) - Constructor for class edu.emory.mathcs.backport.java.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold the specified number of elements.
ArrayDeque(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.ArrayDeque
Constructs a deque containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Arrays - class edu.emory.mathcs.backport.java.util.Arrays.
 
AsyncTask - class edu.emory.mathcs.util.concurrent.AsyncTask.
A class maintaining a single reference variable serving as the result of an operation.
AsyncTask() - Constructor for class edu.emory.mathcs.util.concurrent.AsyncTask
 
AsyncTask(Callback) - Constructor for class edu.emory.mathcs.util.concurrent.AsyncTask
 
AsyncTask.Cancellable - interface edu.emory.mathcs.util.concurrent.AsyncTask.Cancellable.
 
AsyncWeakValueHashMap - class edu.emory.mathcs.util.collections.AsyncWeakValueHashMap.
Hash map that refers to values via weak references, thus not keeping them from garbage collection, asynchronously removing entries which values have been unreferenced and garbage collected.
AsyncWeakValueHashMap(int, float) - Constructor for class edu.emory.mathcs.util.collections.AsyncWeakValueHashMap
Creates new AsyncWeakValueHashMap with specified initial capacity and load factor.
AsyncWeakValueHashMap(int) - Constructor for class edu.emory.mathcs.util.collections.AsyncWeakValueHashMap
Creates new AsyncWeakValueHashMap with specified initial capacity and a default load factor.
AsyncWeakValueHashMap() - Constructor for class edu.emory.mathcs.util.collections.AsyncWeakValueHashMap
Creates new AsyncWeakValueHashMap with a default initial capacity and a default load factor.
AsyncWeakValueHashMap(Map) - Constructor for class edu.emory.mathcs.util.collections.AsyncWeakValueHashMap
Creates new AsyncWeakValueHashMap with specified initial capacity and a default load factor, and copies to it all the mappings from the specified map.
AtomicBoolean - class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean.
A boolean value that may be updated atomically.
AtomicBoolean(boolean) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Creates a new AtomicBoolean with the given initial value.
AtomicBoolean() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Creates a new AtomicBoolean with initial value false.
AtomicInteger - class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger.
An int value that may be updated atomically.
AtomicInteger(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Creates a new AtomicInteger with the given initial value.
AtomicInteger() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Creates a new AtomicInteger with initial value 0.
AtomicIntegerArray - class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray.
An int array in which elements may be updated atomically.
AtomicIntegerArray(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Creates a new AtomicIntegerArray of given length.
AtomicIntegerArray(int[]) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Creates a new AtomicIntegerArray with the same length as, and all elements copied from, the given array.
AtomicLong - class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong.
A long value that may be updated atomically.
AtomicLong(long) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Creates a new AtomicLong with the given initial value.
AtomicLong() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Creates a new AtomicLong with initial value 0.
AtomicLongArray - class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray.
A long array in which elements may be updated atomically.
AtomicLongArray(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Creates a new AtomicLongArray of given length.
AtomicLongArray(long[]) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Creates a new AtomicLongArray with the same length as, and all elements copied from, the given array.
AtomicMarkableReference - class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference.
An AtomicMarkableReference maintains an object reference along with a mark bit, that can be updated atomically.
AtomicMarkableReference(Object, boolean) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Creates a new AtomicMarkableReference with the given initial values.
AtomicReference - class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference.
An object reference that may be updated atomically.
AtomicReference(Object) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Creates a new AtomicReference with the given initial value.
AtomicReference() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Creates a new AtomicReference with null initial value.
AtomicReferenceArray - class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray.
An array of object references in which elements may be updated atomically.
AtomicReferenceArray(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Creates a new AtomicReferenceArray of given length.
AtomicReferenceArray(Object[]) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Creates a new AtomicReferenceArray with the same length as, and all elements copied from, the given array.
AtomicStampedReference - class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference.
An AtomicStampedReference maintains an object reference along with an integer "stamp", that can be updated atomically.
AtomicStampedReference(Object, int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Creates a new AtomicStampedReference with the given initial values.
accept() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
accept() - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
accept() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
accept() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
acquire() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available, or the thread is interrupted.
acquire(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is interrupted.
acquireUninterruptibly() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available.
acquireUninterruptibly(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available.
actionPerformed(ActionEvent) - Method in class edu.emory.mathcs.util.swing.JDetailedMessageBox.ButtonActionListener
 
add(Object) - Method in class edu.emory.mathcs.backport.java.util.AbstractQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Inserts the specified element at the end of this deque.
add(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
add(int, Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
add(Object) - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Inserts the specified element into this priority queue.
add(Object) - Method in interface edu.emory.mathcs.backport.java.util.Queue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and throwing an IllegalStateException if this queue is full.
add(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Inserts the specified element at the tail of this queue.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
add(int, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
add(Object) - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
add(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
add(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
add(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
add(int) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
add(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Attempts to add the specified number to this collection.
add(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
Adds an element to the set if it is not already present.
add(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
add(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntListIterator
 
add(int) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
add(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Adds the specified number to this set if it is not already present and if it falls within the domain.
add(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
add(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
add(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
add(long) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
add(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Attempts to add the specified number to this collection.
add(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
Adds an element to the set if it is not already present.
add(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
add(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongListIterator
 
add(long) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
add(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Adds the specified number to this set if it is not already present and if it falls within the domain.
add(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
add(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
add(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
add(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
add(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Attempts to add the specified number to this collection.
add(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
Adds an element to the set if it is not already present.
add(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
add(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortListIterator
 
add(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
add(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Adds the specified number to this set if it is not already present and if it falls within the domain.
addAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.AbstractQueue
Adds all of the elements in the specified collection to this queue.
addAll(Collection, Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
addAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
addAll(int, Collection) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
addAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
addAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
addAll(int, Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
addAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(Collection) - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
addAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
addAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
addAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
addAll(int, IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
addAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Attempts to add to this collection all the numbers contained in the specified collection.
addAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
addAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
addAll(int, IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
addAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Adds all of the elements in the specified collection to this set if they're not already present, and if they fall within this set's domain.
addAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
addAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
addAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
addAll(int, LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
addAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Attempts to add to this collection all the numbers contained in the specified collection.
addAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
addAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
addAll(int, LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
addAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Adds all of the elements in the specified collection to this set if they're not already present, and if they fall within this set's domain.
addAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
addAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
addAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
addAll(int, ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
addAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Attempts to add to this collection all the numbers contained in the specified collection.
addAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
addAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
addAll(int, ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
addAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Adds all of the elements in the specified collection to this set if they're not already present, and if they fall within this set's domain.
addAllAbsent(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
addAndGet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
addAndGet(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically adds the given value to the element at index i.
addAndGet(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
addAndGet(int, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically adds the given value to the element at index i.
addAt(int, int) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
addAt(int, int) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
Adds the value at the specified index, and moves elements starting at index to the right.
addAt(int, long) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
addAt(int, long) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
Adds the value at the specified index, and moves elements starting at index to the right.
addAt(int, short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
addAt(int, short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
Adds the value at the specified index, and moves elements starting at index to the right.
addCompletionCallback(Callback) - Method in interface edu.emory.mathcs.util.gc.FinalizationFuture
 
addCompletionCallback(Callback) - Method in class edu.emory.mathcs.util.gc.FinalizationGroup
 
addFirst(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Inserts the specified element at the front of this deque.
addFirst(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions.
addFirst(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
addFirst(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addFirst(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
addIfAbsent(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
addInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
addInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
addInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
addInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
addInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
addInterval(int, int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Adds to this set all the numbers between first and last, inclusive, that are not already present in this set and beint to this set's domain.
addInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
addInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
addInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
addInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
addInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
addInterval(long, long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Adds to this set all the numbers between first and last, inclusive, that are not already present in this set and belong to this set's domain.
addInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
addInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
addInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
addInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
addInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
addInterval(short, short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Adds to this set all the numbers between first and last, inclusive, that are not already present in this set and beshort to this set's domain.
addLast(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Inserts the specified element at the end of this deque.
addLast(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions.
addLast(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
addLast(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addLast(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
addMapping(String, URL) - Method in class edu.emory.mathcs.util.xml.DTDResolver
Adds a specified ID to URL association to the mapping.
addRef() - Method in class edu.emory.mathcs.util.allocator.Allocator.Buffer
Increase reference count on this buffer.
addURI(URI) - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
Add specified URI at the end of the search path.
addURL(URL) - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
Deprecated. use addURI
afterExecute(Runnable, Throwable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Method invoked upon completion of execution of the given Runnable.
allocate(int, boolean, long) - Method in interface edu.emory.mathcs.util.allocator.Allocator
Allocate a buffer with specified size.
allocate(int, boolean, long) - Method in class edu.emory.mathcs.util.allocator.DirectAllocator
Creates a fresh buffer containing zeroed-out array of the specified size.
allocate(int, boolean, long) - Method in class edu.emory.mathcs.util.allocator.PoolingAllocator
 
allowCoreThreadTimeOut(boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Sets the policy governing whether core threads may time out and terminate if no tasks arrive within the keep-alive time, being replaced if needed when new tasks arrive.
allowsCoreThreadTimeOut() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns true if this pool allows core threads to time out and terminate if no tasks arrive within the keepAlive time, being replaced if needed when new tasks arrive.
areAllDone() - Method in class edu.emory.mathcs.util.gc.FinalizationGroup
 
arr - Variable in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated.  
asLifoQueue(Deque) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
asList(Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
asList(int[]) - Static method in class edu.emory.mathcs.util.collections.ints.IntCollections
 
asList(long[]) - Static method in class edu.emory.mathcs.util.collections.longs.LongCollections
 
asList(short[]) - Static method in class edu.emory.mathcs.util.collections.shorts.ShortCollections
 
askPassword(JComponent, String, String) - Static method in class edu.emory.mathcs.util.swing.PasswdPanel
 
askPassword(JComponent, String, JComponent) - Static method in class edu.emory.mathcs.util.swing.PasswdPanel
 
askUserAndPassword(Component, String, Object, Object, String, boolean) - Static method in class edu.emory.mathcs.util.swing.UserPasswdPanel
 
assignExceptionHandler(Runnable, ThreadHelpers.UncaughtExceptionHandler) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.ThreadHelpers
Returns wrapped runnable that ensures that if an exception occurs during the execution, the specified exception handler is invoked.
asyncDestroyThreadGroup(ThreadGroup, Callback) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
asyncDestroyThreadGroup(ThreadGroup, Callback, ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
asyncDestroyThreadGroup(ThreadGroup, boolean, Callback, ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
asyncDestroyThreadGroup(ThreadGroup, Thread[], Callback, ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
asyncResumeThreadGroup(ThreadGroup, Thread[], Callback) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
asyncStopThreadGroup(ThreadGroup, Callback) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
asyncStopThreadGroup(ThreadGroup, boolean, Callback, ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
asyncStopThreadGroup(ThreadGroup, Thread[], Callback, ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
asyncSuspendThreadGroup(ThreadGroup, boolean, Callback) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
asyncSuspendThreadGroup(ThreadGroup, Thread[], Callback) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
attemptMark(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of the mark to the given update value if the current reference is == to the expected reference.
attemptStamp(Object, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of the stamp to the given update value if the current reference is == to the expected reference.
available() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Returns the number of available bytes in the stream.
available() - Method in class edu.emory.mathcs.util.io.FragmentInputStream
 
available() - Method in interface edu.emory.mathcs.util.io.Input
 
available() - Method in class edu.emory.mathcs.util.io.NullInputStream
Returns 0.
available() - Method in class edu.emory.mathcs.util.remote.io.RemoteInputStream
 
available() - Method in interface edu.emory.mathcs.util.remote.io.server.RemoteInputStreamSrv
 
available() - Method in class edu.emory.mathcs.util.remote.io.server.impl.RemoteInputStreamSrvImpl
 
availableInErr() - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
availableInErr() - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
availableInIn() - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
availableInIn() - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
availablePermits() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Returns the current number of permits available in this semaphore.
await() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted.
await(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted, or the specified waiting time elapses.
await() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Waits until all parties have invoked await on this barrier.
await(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Waits until all parties have invoked await on this barrier, or the specified waiting time elapses.
await() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted.
await(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses.
await(long, TimeUnit) - Method in interface edu.emory.mathcs.util.remote.locks.RemoteCondition
Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses.
awaitAllDone() - Method in class edu.emory.mathcs.util.gc.FinalizationGroup
 
awaitAllDone(long, TimeUnit) - Method in class edu.emory.mathcs.util.gc.FinalizationGroup
 
awaitNanos(Condition, long) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.Utils
Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses.
awaitTermination(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.
awaitTermination(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
 
awaitUninterruptibly() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled.
awaitUninterruptibly() - Method in interface edu.emory.mathcs.util.remote.locks.RemoteCondition
Causes the current thread to wait until it is signalled or interrupted.
awaitUntil(Date) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted, or the specified deadline elapses.
awaitUntil(Date) - Method in interface edu.emory.mathcs.util.remote.locks.RemoteCondition
Causes the current thread to wait until it is signalled or interrupted, or the specified deadline elapses.

B

Base64Decoder - class edu.emory.mathcs.util.io.Base64Decoder.
Input stream that decodes from base64 on-the-fly, that is, it converts base64-encoded character stream into a decoded byte stream.
Base64Decoder(Reader) - Constructor for class edu.emory.mathcs.util.io.Base64Decoder
Creates a new base64 decoder that reads character from a specified reader.
Base64Encoder - class edu.emory.mathcs.util.io.Base64Encoder.
Output stream that base64-encodes supplied data on-the-fly, that is, it transforms a byte stream into a base64-encoded character stream.
Base64Encoder(Writer) - Constructor for class edu.emory.mathcs.util.io.Base64Encoder
 
BlockingDeque - interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque.
A Deque that additionally supports blocking operations that wait for the deque to become non-empty when retrieving an element, and wait for space to become available in the deque when storing an element.
BlockingQueue - interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue.
A Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element.
BrokenBarrierException - exception edu.emory.mathcs.backport.java.util.concurrent.BrokenBarrierException.
Exception thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting.
BrokenBarrierException() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.BrokenBarrierException
Constructs a BrokenBarrierException with no specified detail message.
BrokenBarrierException(String) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.BrokenBarrierException
Constructs a BrokenBarrierException with the specified detail message.
BufferedDataInputStream - class edu.emory.mathcs.util.io.BufferedDataInputStream.
Deprecated.  
BufferedDataInputStream(InputStream) - Constructor for class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Constructs buffered data input stream.
BufferedDataInputStream(InputStream, int) - Constructor for class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Constructs buffered data input stream.
BufferedDataOutputStream - class edu.emory.mathcs.util.io.BufferedDataOutputStream.
Deprecated.  
BufferedDataOutputStream(OutputStream) - Constructor for class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Constructs buffered data output stream.
BufferedDataOutputStream(OutputStream, int) - Constructor for class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Constructs buffered data output stream.
BufferedPipe - class edu.emory.mathcs.util.io.BufferedPipe.
In-memory pipe that enables buffered sequential data transfer between threads.
BufferedPipe() - Constructor for class edu.emory.mathcs.util.io.BufferedPipe
Creates a new pipe with a default shared allocator with 10 MB footprint limit, and a default initial chunk size of 8 KB.
BufferedPipe(int) - Constructor for class edu.emory.mathcs.util.io.BufferedPipe
Creates a new pipe with a default shared allocator with 10 MB footprint limit, and with specified initial chunk size.
BufferedPipe(Allocator) - Constructor for class edu.emory.mathcs.util.io.BufferedPipe
Creates a new pipe with specified allocator and a default initial chunk size of 8 KB.
BufferedPipe(Allocator, int) - Constructor for class edu.emory.mathcs.util.io.BufferedPipe
Creates a new pipe with specified allocator and initial chunk size.
base - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
base - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
base - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
base - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
base - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
base - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
beforeExecute(Thread, Runnable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Method invoked prior to executing the given Runnable in the given thread.
beg - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
beg - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
beg - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
beg - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
beg - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
beg - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
binarySearch(long[], long) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(int[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(short[], short) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(char[], char) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(byte[], byte) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(double[], double) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(float[], float) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(Object[], Object) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(Object[], Object, Comparator) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(List, Object) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
binarySearch(List, Object, Comparator) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
bind(SocketAddress, int) - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
bind(SocketAddress) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Not supported.
bind(SocketAddress) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
bind(SocketAddress, int) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
bind(SocketAddress) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
Not supported.
brokenPipe(IOException, InputStream, OutputStream) - Method in interface edu.emory.mathcs.util.natives.ExecUtils.BrokenPipeHandler
Invoked when pipe is broken, that is, when I/O error occurs while reading from the source or writing to the sink
bufSize - Variable in class edu.emory.mathcs.util.net.compressed.CompressedServerSocketWrapper
 
bufSize - Variable in class edu.emory.mathcs.util.net.compressed.CompressedSocketWrapper
Buffer size used for compression/decompression.

C

CLOSE_ON_CLOSE - Static variable in class edu.emory.mathcs.util.io.FragmentInputStream
Closing policy that closes the the underlying stream.
Callable - interface edu.emory.mathcs.backport.java.util.concurrent.Callable.
A task that returns a result and may throw an exception.
Callback - interface edu.emory.mathcs.util.concurrent.Callback.
Abstraction of a callback, to be invoked by a middleware upon completion of some asynchronously scheduled action.
CancellationException - exception edu.emory.mathcs.backport.java.util.concurrent.CancellationException.
Exception indicating that the result of a value-producing task, such as a FutureTask, cannot be retrieved because the task was cancelled.
CancellationException() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CancellationException
Constructs a CancellationException with no detail message.
CancellationException(String) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CancellationException
Constructs a CancellationException with the specified detail message.
CertUtils - class edu.emory.mathcs.util.security.CertUtils.
Set of methods simplifying manipulation of X.509 certificates and keystores.
CharStrings - class edu.emory.mathcs.util.security.CharStrings.
Utility methods to securely manipulate on character arrays.
CollectionUtils - class edu.emory.mathcs.util.collections.CollectionUtils.
Collection utility methods.
Collections - class edu.emory.mathcs.backport.java.util.Collections.
Augments Collections with methods added in Java 5.0 and higher.
CompletionService - interface edu.emory.mathcs.backport.java.util.concurrent.CompletionService.
A service that decouples the production of new asynchronous tasks from the consumption of the results of completed tasks.
CompressedInputStream - class edu.emory.mathcs.util.io.CompressedInputStream.
Filter input stream that is able to decompress data compressed with CompressedOutputStream.
CompressedInputStream(InputStream) - Constructor for class edu.emory.mathcs.util.io.CompressedInputStream
Creates a new compressed stream over a specified stream.
CompressedInputStream(InputStream, int) - Constructor for class edu.emory.mathcs.util.io.CompressedInputStream
Creates a new compressed stream that reads from a specified stream and uses specified buffer size.
CompressedOutputStream - class edu.emory.mathcs.util.io.CompressedOutputStream.
Filter output stream that compresses data and features strong flush semantics.
CompressedOutputStream(OutputStream) - Constructor for class edu.emory.mathcs.util.io.CompressedOutputStream
 
CompressedOutputStream(OutputStream, int) - Constructor for class edu.emory.mathcs.util.io.CompressedOutputStream
 
CompressedServerSocketWrapper - class edu.emory.mathcs.util.net.compressed.CompressedServerSocketWrapper.
Server socket wrapper that enables data compression on top of connections accepted by a specified server socket.
CompressedServerSocketWrapper(ServerSocket, int) - Constructor for class edu.emory.mathcs.util.net.compressed.CompressedServerSocketWrapper
 
CompressedSocketWrapper - class edu.emory.mathcs.util.net.compressed.CompressedSocketWrapper.
Socket wrappper that enables data compression over an established socket connection.
CompressedSocketWrapper(Socket) - Constructor for class edu.emory.mathcs.util.net.compressed.CompressedSocketWrapper
Creates new compression wrapper over an existing, bound socket.
CompressedSocketWrapper(Socket, int) - Constructor for class edu.emory.mathcs.util.net.compressed.CompressedSocketWrapper
Creates new compression wrapper over an existing, bound socket, using specified buffer size for compression/decompression.
ConcurrentHashMap - class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap.
A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
ConcurrentHashMap(int, float, int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentHashMap(int, float) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default concurrencyLevel (16).
ConcurrentHashMap(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with the specified initial capacity, and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentHashMap() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with a default initial capacity (16), load factor (0.75) and concurrencyLevel (16).
ConcurrentHashMap(Map) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Creates a new map with the same mappings as the given map.
ConcurrentLinkedQueue - class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue.
An unbounded thread-safe queue based on linked nodes.
ConcurrentLinkedQueue() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue that is initially empty.
ConcurrentLinkedQueue(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ConcurrentMap - interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentMap.
A Map providing additional atomic putIfAbsent, remove, and replace methods.
ConcurrentNavigableMap - interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap.
A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps.
ConcurrentSkipListMap - class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap.
A scalable concurrent ConcurrentNavigableMap implementation.
ConcurrentSkipListMap() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(Comparator) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the specified comparator.
ConcurrentSkipListMap(Map) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings as the given map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(SortedMap) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings and using the same ordering as the specified sorted map.
ConcurrentSkipListSet - class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet.
A scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
ConcurrentSkipListSet() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to their natural ordering.
ConcurrentSkipListSet(Comparator) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to the specified comparator.
ConcurrentSkipListSet(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the elements in the specified collection, that orders its elements according to their natural ordering.
ConcurrentSkipListSet(SortedSet) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the same elements and using the same ordering as the specified sorted set.
Condition - interface edu.emory.mathcs.backport.java.util.concurrent.locks.Condition.
factors out the monitor methods (wait, notify and notifyAll) into distinct objects to give the effect of having multiple wait-sets per object, by combining them with the use of arbitrary Lock implementations.
Connection - class edu.emory.mathcs.util.net.Connection.
Single connection from pool of connections.
ConnectionPool - class edu.emory.mathcs.util.net.ConnectionPool.
Manages a pool of socket connections to a single network endpoint.
ConnectionPool(String, int) - Constructor for class edu.emory.mathcs.util.net.ConnectionPool
Creates a connection pool for a specified endpoint, using a default TCP/IP socket factory, a default expiration timeout of 15 s, and a default capacity of 10 connections.
ConnectionPool(String, int, RMIClientSocketFactory) - Constructor for class edu.emory.mathcs.util.net.ConnectionPool
Creates a connection pool for a specified endpoint, using specified socket factory and a default expiration timeout of 15 s and a default capacity of 10 connections.
ConnectionPool(String, int, long, int) - Constructor for class edu.emory.mathcs.util.net.ConnectionPool
Creates a connection pool for a specified endpoint, using specified expiration timeout and capacity and a default TCP/IP socket factory.
ConnectionPool(String, int, RMIClientSocketFactory, long, int) - Constructor for class edu.emory.mathcs.util.net.ConnectionPool
Creates a connection pool for a specified endpoint, using specified socket factory, expiration timeout, and capacity.
ConsoleErrorHandler - class edu.emory.mathcs.util.xml.ConsoleErrorHandler.
SAX error handler that displays information of all encountered errors and warnings on the specified output, System.err by default.
ConsoleErrorHandler(String) - Constructor for class edu.emory.mathcs.util.xml.ConsoleErrorHandler
Creates new console error handler.
ConsoleErrorHandler(String, PrintStream) - Constructor for class edu.emory.mathcs.util.xml.ConsoleErrorHandler
Creates new console error handler that writes to the specified output.
CopyOnWriteArrayList - class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList.
 
CopyOnWriteArrayList() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
CopyOnWriteArrayList(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
CopyOnWriteArrayList(Object[]) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
CopyOnWriteArraySet - class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet.
A Set that uses an internal CopyOnWriteArrayList for all of its operations.
CopyOnWriteArraySet() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Creates an empty set.
CopyOnWriteArraySet(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Creates a set containing all of the elements of the specified collection.
CountDownLatch - class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch.
A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
CountDownLatch(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
Constructs a initialized with the given count.
CyclicBarrier - class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier.
A synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.
CyclicBarrier(int, Runnable) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and which will execute the given barrier action when the barrier is tripped, performed by the last thread entering the barrier.
CyclicBarrier(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and does not perform a predefined action when the barrier is tripped.
calculateDigest(InputStream, MessageDigest) - Static method in class edu.emory.mathcs.util.security.DigestUtils
 
calculateMD5Digest(InputStream) - Static method in class edu.emory.mathcs.util.security.DigestUtils
 
calculateSHADigest(InputStream) - Static method in class edu.emory.mathcs.util.security.DigestUtils
 
call() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Callable
Computes a result, or throws an exception if unable to do so.
callable(Runnable, Object) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns the given result.
callable(Runnable) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns null.
callable(PrivilegedAction) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged action and returns its result.
callable(PrivilegedExceptionAction) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged exception action and returns its result.
cancel(boolean) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Future
Attempts to cancel execution of this task.
cancel(boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
 
cancel() - Method in class edu.emory.mathcs.util.concurrent.AlarmClock
Cancel the scheduled task.
cancel(boolean) - Method in interface edu.emory.mathcs.util.concurrent.AsyncTask.Cancellable
 
cancel(boolean) - Method in class edu.emory.mathcs.util.concurrent.AsyncTask
 
cancel(boolean) - Method in class edu.emory.mathcs.util.gc.FinalizationStatus
 
cancelAll(boolean) - Method in class edu.emory.mathcs.util.gc.FinalizationGroup
 
cancellationHandler - Variable in class edu.emory.mathcs.util.concurrent.AsyncTask
Wrapper for the thread in which async task is executed, or the task itself if it implements AsyncTask.Cancellable.
canonizePath(String) - Static method in class edu.emory.mathcs.util.classloader.ResourceUtils
Returns the path converted to the canonic form.
ceiling(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns the least element in this set greater than or equal to the given element, or if there is no such element.
ceiling(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
ceiling(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
ceiling(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
ceiling(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
ceiling(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
ceiling(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the smallest number in this set >= e.
ceiling(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
ceiling(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
ceiling(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
ceiling(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the smallest number in this set >= e.
ceiling(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
ceiling(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
ceiling(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
ceiling(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the smallest number in this set >= e.
ceilingEntry(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or if there is no such key.
ceilingEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
ceilingEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such entry.
ceilingInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
ceilingInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
ceilingInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
ceilingInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
ceilingInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
ceilingInterval(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the smallest (left-most), widest interval contained in this set which elements are not all smaller than the specified number.
ceilingInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
ceilingInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
ceilingInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
ceilingInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
ceilingInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
ceilingInterval(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the smallest (left-most), widest interval contained in this set which elements are not all smaller than the specified number.
ceilingInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
ceilingInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
ceilingInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
ceilingInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
ceilingInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
ceilingInterval(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the smallest (left-most), widest interval contained in this set which elements are not all smaller than the specified number.
ceilingKey(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns the least key greater than or equal to the given key, or if there is no such key.
ceilingKey(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
ceilingKey(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
checkedCollection(Collection, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
checkedList(List, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
checkedMap(Map, Class, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
checkedSet(Set, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
checkedSortedMap(SortedMap, Class, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
checkedSortedSet(SortedSet, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
childValue(Object) - Method in class edu.emory.mathcs.util.concurrent.DelegatableThreadLocal
 
cleanNow() - Method in class edu.emory.mathcs.util.gc.ReferenceCleaner
 
cleanReference() - Method in interface edu.emory.mathcs.util.gc.ReferenceCleaner.CleanableReference
 
clear() - Method in class edu.emory.mathcs.backport.java.util.AbstractQueue
Removes all of the elements from this queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Removes all of the elements from this deque.
clear() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
clear() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Removes all of the elements from this queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
clear() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Removes all of the mappings from this map.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Removes all of the mappings from this map.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Removes all of the elements from this set.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Removes all of the elements from this set.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Atomically removes all of the elements from this delay queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Atomically removes all of the elements from this deque.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Does nothing.
clear() - Method in class edu.emory.mathcs.util.classloader.jar.JarProxy
 
clear() - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
clear() - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
clear() - Method in class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
clear() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
clear() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
clear() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
clear() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
clear() - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
clear() - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Removes all the numbers from this collection.
clear() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
Removes all elements from the set.
clear() - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
clear() - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Removes all the mappings.
clear() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
clear() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
clear() - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Removes all of the elements from this set.
clear() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
clear() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
clear() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
clear() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
clear() - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
clear() - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Removes all the numbers from this collection.
clear() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
Removes all elements from the set.
clear() - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
clear() - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Removes all the mappings.
clear() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
clear() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
clear() - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Removes all of the elements from this set.
clear() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
clear() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
clear() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
clear() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
clear() - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
clear() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Removes all the numbers from this collection.
clear() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
Removes all elements from the set.
clear() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
clear() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Removes all the mappings.
clear() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
clear() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
clear() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Removes all of the elements from this set.
clear(char[]) - Static method in class edu.emory.mathcs.util.security.CharStrings
Zeroes-out the specified character array.
clone() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Returns a copy of this deque.
clone() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
clone() - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
Return a new Entry with same element and color as self, but with null links.
clone() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
clone() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
clone() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a shallow copy of this ConcurrentSkipListMap instance.
clone() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns a shallow copy of this ConcurrentSkipListSet instance.
clone() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
clone() - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
clone() - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
clone() - Method in class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
clone() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
clone() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
clone() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
clone() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
clone() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
clone() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
close() - Method in class edu.emory.mathcs.util.classloader.ResourceHandle
Closes a connection to the resource indentified by this handle.
close() - Method in class edu.emory.mathcs.util.io.Base64Decoder
 
close() - Method in class edu.emory.mathcs.util.io.Base64Encoder
 
close() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Closes input stream
close() - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Closes the underlying output stream.
close() - Method in class edu.emory.mathcs.util.io.ForkOutputStream
 
close() - Method in class edu.emory.mathcs.util.io.FragmentInputStream
 
close() - Method in interface edu.emory.mathcs.util.io.Input
 
close() - Method in class edu.emory.mathcs.util.io.NullOutputStream
Does nothing.
close() - Method in class edu.emory.mathcs.util.io.TeeInputStream
 
close() - Method in class edu.emory.mathcs.util.io.ThreadSafeBufferedInputStream
 
close() - Method in class edu.emory.mathcs.util.net.Connection
Closes this connection.
close() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
close() - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
close() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
close() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
close() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
close() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
close() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
close() - Method in class edu.emory.mathcs.util.remote.io.RemoteInputStream
 
close() - Method in class edu.emory.mathcs.util.remote.io.RemoteOutputStream
 
close() - Method in interface edu.emory.mathcs.util.remote.io.server.RemoteInputStreamSrv
 
close() - Method in interface edu.emory.mathcs.util.remote.io.server.RemoteOutputStreamSrv
 
close() - Method in class edu.emory.mathcs.util.remote.io.server.impl.RemoteInputStreamSrvImpl
 
close() - Method in class edu.emory.mathcs.util.remote.io.server.impl.RemoteOutputStreamSrvImpl
 
close() - Method in class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
Closing a SecureByteArrayOutputStream causes it to be SecureByteArrayOutputStream.reset(), that is, all data is discarded.
closeErr() - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
closeErr() - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
closeIn() - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
closeIn() - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
closeOut() - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
closeOut() - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
closeQuietly(InputStream) - Static method in class edu.emory.mathcs.util.io.IOUtils
 
closeQuietly(OutputStream) - Static method in class edu.emory.mathcs.util.io.IOUtils
 
closeQuietly(Socket) - Static method in class edu.emory.mathcs.util.io.IOUtils
 
closeQuietly(ServerSocket) - Static method in class edu.emory.mathcs.util.io.IOUtils
 
closeQuietly(Reader) - Static method in class edu.emory.mathcs.util.io.IOUtils
 
closeQuietly(Writer) - Static method in class edu.emory.mathcs.util.io.IOUtils
 
closeQuietly(Channel) - Static method in class edu.emory.mathcs.util.io.IOUtils
 
collectionToArray(Collection) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.Utils
 
collectionToArray(Collection, Object[]) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.Utils
 
comparator() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Returns the comparator used to order the elements in this queue, or null if this queue uses the natural ordering of its elements.
comparator() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
comparator() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
comparator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
comparator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
comparator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Returns the comparator used to order the elements in this queue, or null if this queue uses the natural ordering of its elements.
compareAndSet(boolean, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(long, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, long, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(Object, Object, boolean, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of both the reference and mark to the given update values if the current reference is == to the expected reference and the current mark is equal to the expected mark.
compareAndSet(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(Object, Object, int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of both the reference and stamp to the given update values if the current reference is == to the expected reference and the current stamp is equal to the expected stamp.
compareTo(Object) - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant
 
complementSet() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
complementSet() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ConstrainedView
 
complementSet() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
complementSet() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
complementSet() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
complementSet() - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Returns a complement view of this set.
complementSet() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
complementSet() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ConstrainedView
 
complementSet() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
complementSet() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
complementSet() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
complementSet() - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Returns a complement view of this set.
complementSet() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
complementSet() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ConstrainedView
 
complementSet() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
complementSet() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
complementSet() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
complementSet() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Returns a complement view of this set.
completed(Object) - Method in interface edu.emory.mathcs.util.concurrent.Callback
Called when action completed successfully.
completedFuture(Object) - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Creates a successfully completed future with specified result.
completedFuture(Object, Callback) - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Creates a successfully completed future with specified result and completion callback.
concat(char[], char[]) - Static method in class edu.emory.mathcs.util.security.CharStrings
Returns a concatenation of two character arrays.
connect() - Method in class edu.emory.mathcs.util.classloader.jar.JarURLConnection
 
connect(SocketAddress, int) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Connects the socket to the in-proc server socket.
connect(SocketAddress) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
connect(SocketAddress, int) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
connect(SocketAddress, int) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Returns true if this deque contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Returns if this queue contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Always returns false.
contains(Object) - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
contains(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
contains(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
contains(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
contains(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
contains(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
contains(int) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
contains(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Returns true if this collection contains specified number; false otherwise.
contains(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
Checks whether the set contains a given element
contains(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
contains(int) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
contains(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Returns true if this set contains the specified number; false otherwise.
contains(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
contains(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
contains(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
contains(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
contains(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
contains(long) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
contains(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Returns true if this collection contains specified number; false otherwise.
contains(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
Checks whether the set contains a given element
contains(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
contains(long) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
contains(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Returns true if this set contains the specified number; false otherwise.
contains(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
contains(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
contains(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
contains(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
contains(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
contains(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
contains(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Returns true if this collection contains specified number; false otherwise.
contains(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
Checks whether the set contains a given element
contains(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
contains(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
contains(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Returns true if this set contains the specified number; false otherwise.
containsAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
containsAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Returns false unless the given collection is empty.
containsAll(Collection) - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
containsAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
containsAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Returns true if this collection contains all the numbers from collection c; false otherwise.
containsAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
containsAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Returns true if this set contains all of the elements of the specified collection.
containsAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
containsAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Returns true if this collection contains all the numbers from collection c; false otherwise.
containsAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
containsAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Returns true if this set contains all of the elements of the specified collection.
containsAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
containsAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Returns true if this collection contains all the numbers from collection c; false otherwise.
containsAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
containsAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Returns true if this set contains all of the elements of the specified collection.
containsInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
containsInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
containsInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
containsInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
containsInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
containsInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
containsInterval(int, int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Returns true if this set contains all the numbers between first and last, inclusive; false otherwise.
containsInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
containsInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
containsInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
containsInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
containsInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
containsInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
containsInterval(long, long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Returns true if this set contains all the numbers between first and last, inclusive; false otherwise.
containsInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
containsInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
containsInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
containsInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
containsInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
containsInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
containsInterval(short, short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Returns true if this set contains all the numbers between first and last, inclusive; false otherwise.
containsKey(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
containsKey(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
containsKey(Object) - Method in class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
containsKey(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Returns true if this map contains mapping for the specified number; false otherwise.
containsKey(int) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
containsKey(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Returns true if this map contains mapping for the specified number; false otherwise.
containsKey(long) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
containsKey(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Returns true if this map contains mapping for the specified number; false otherwise.
containsKey(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
containsValue(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
containsValue(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
containsValue(Object) - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Returns true if this map contains mapping with the specified value; false otherwise.
containsValue(Object) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
containsValue(Object) - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Returns true if this map contains mapping with the specified value; false otherwise.
containsValue(Object) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
containsValue(Object) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Returns true if this map contains mapping with the specified value; false otherwise.
containsValue(Object) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
convert(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Convert the given time duration in the given unit to this unit.
convertToCertPath(X509Certificate[]) - Static method in class edu.emory.mathcs.util.security.CertUtils
Converts specified list of certificates into a certificate path, using default X.509 certificate factory.
copy(List, List) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
copyOf(Object[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(Object[], int, Class) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(byte[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(short[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(int[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(long[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(char[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(float[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(double[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(boolean[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(Object[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(Object[], int, int, Class) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(byte[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(short[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(int[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(long[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(char[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(float[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(double[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(boolean[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
countDown() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
Decrements the count of the latch, releasing all waiting threads if the count reaches zero.
create(ClassLoader, int) - Static method in class edu.emory.mathcs.util.concurrent.ThreadContext
 
create(ClassLoader) - Static method in class edu.emory.mathcs.util.concurrent.ThreadContext
 
createCancellationHandler(Callable) - Method in class edu.emory.mathcs.util.concurrent.AsyncTask
Overridable cancellation policy that governs what should be done upon cancellation of tasks that have already started running.
createChildElement(Document, Element, String) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
createDocumentBuilder() - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
createDocumentBuilder(boolean, boolean) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
createDocumentBuilder(boolean, boolean, boolean, boolean) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
createDocumentBuilder(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
createGroup() - Method in class edu.emory.mathcs.util.gc.FinalizationEngine
 
createGroup(String) - Method in class edu.emory.mathcs.util.gc.FinalizationEngine
 
createKeystore() - Static method in class edu.emory.mathcs.util.security.CertUtils
Creates an empty keystore of the default type.
createKeystore(String) - Static method in class edu.emory.mathcs.util.security.CertUtils
Creates an empty keystore of the specified type.
createPKIXValidator() - Static method in class edu.emory.mathcs.util.security.CertUtils
Returns an instance of PKIX certificate path validator.
createPerformer(Callable, boolean) - Method in class edu.emory.mathcs.util.concurrent.AsyncTask
Creates a runnable that will execute specified call and then mark this AsyncTask with the result of that call.
createPerformer(Callable, boolean) - Method in class edu.emory.mathcs.util.concurrent.SecureAsyncTask
Creates a runnable that will execute specified call and then mark this AsyncTask with the result of that call.
createTextChildElement(Document, Element, String, String) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
createTextNode(Document, Element, String) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
createTrustAnchors(Collection) - Static method in class edu.emory.mathcs.util.security.CertUtils
Generate a collection of trust anchors representing specified certificates.
createTrustAnchors(Collection, byte[]) - Static method in class edu.emory.mathcs.util.security.CertUtils
Generate a collection of trust anchors representing specified certificates, using specified nameConstraints.
createTunnel(SocketAddress) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket.PlainTunnelFactory
 
createTunnel(SocketAddress) - Method in interface edu.emory.mathcs.util.net.tunnel.TunnelServerSocket.TunnelFactory
 
cursor - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ForwardIntervalItemIterator
 
cursor - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ReverseIntervalItemIterator
 
cursor - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ForwardIntervalItemIterator
 
cursor - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ReverseIntervalItemIterator
 
cursor - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ForwardIntervalItemIterator
 
cursor - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ReverseIntervalItemIterator
 

D

DAYS - Static variable in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
 
DOMUtils - class edu.emory.mathcs.util.xml.DOMUtils.
Set of lightweight utility methods to simplify XML parsing with DOM, if one does not want to use JAXB or other large libraries.
DTDResolver - class edu.emory.mathcs.util.xml.DTDResolver.
SAX entity resolver that associates public IDs to URLs of their appropriate DTD specifications.
DTDResolver() - Constructor for class edu.emory.mathcs.util.xml.DTDResolver
Creates a new DTD resolver with no ID to URL associations.
DTDResolver(String, URL) - Constructor for class edu.emory.mathcs.util.xml.DTDResolver
Creates a new DTD resolver with the specified ID to URL association.
DecoratingServerSocket - interface edu.emory.mathcs.util.net.DecoratingServerSocket.
Marker interface that indicates that a server socket is a wrapper for another server socket.
DecoratingSocket - interface edu.emory.mathcs.util.net.DecoratingSocket.
Marker interface that indicates that a socket is a wrapper for another socket.
DelayQueue - class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue.
An unbounded blocking queue of Delayed elements, in which an element can only be taken when its delay has expired.
DelayQueue() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Creates a new DelayQueue that is initially empty.
DelayQueue(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Creates a DelayQueue initially containing the elements of the given collection of Delayed instances.
Delayed - interface edu.emory.mathcs.backport.java.util.concurrent.Delayed.
A mix-in style interface for marking objects that should be acted upon after a given delay.
DelegatableThreadLocal - class edu.emory.mathcs.util.concurrent.DelegatableThreadLocal.
Version of a InheritableThreadLocal that can be propagated to worker threads by means of ThreadContext.
DelegatableThreadLocal() - Constructor for class edu.emory.mathcs.util.concurrent.DelegatableThreadLocal
Creates a new instance of DelegatableThreadLocal
Deque - interface edu.emory.mathcs.backport.java.util.Deque.
A linear collection that supports element insertion and removal at both ends.
DigestUtils - class edu.emory.mathcs.util.security.DigestUtils.
Utility methods to manipulate message digests.
DirectAllocator - class edu.emory.mathcs.util.allocator.DirectAllocator.
Implementation of the Allocator interface which allocates fresh data array at each request and has no memory usage control.
DirectAllocator() - Constructor for class edu.emory.mathcs.util.allocator.DirectAllocator
 
DynamicArrayBlockingQueue - class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue.
This class represents queue of objects.
DynamicArrayBlockingQueue() - Constructor for class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Creates new queue object with initial capacity of 16 and unlimited maximum capacity.
DynamicArrayBlockingQueue(int) - Constructor for class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Creates new queue object with specified initial capacity and unlimited maximum capacity.
DynamicArrayBlockingQueue(int, int) - Constructor for class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Creates new queue object with specified initial capacity and specified maximum capacity.
data - Variable in class edu.emory.mathcs.util.allocator.Allocator.Buffer
 
decode(String) - Static method in class edu.emory.mathcs.util.io.Base64Decoder
Decodes a base64-encoded string into a byte array.
decode(String, byte[]) - Static method in class edu.emory.mathcs.util.io.Base64Decoder
Decodes a base64-encoded string and write the result to the specified byte array.
decode(String, byte[], int) - Static method in class edu.emory.mathcs.util.io.Base64Decoder
Decodes a base64-encoded string and write the result to the specified byte array at the given offset.
decodeDSAPublicKey(byte[]) - Static method in class edu.emory.mathcs.util.security.KeyUtils
Decodes the DSA public key out of its X.509 encoding.
decodeRSAPublicKey(byte[]) - Static method in class edu.emory.mathcs.util.security.KeyUtils
Decodes the RSA public key out of its X.509 encoding.
decodeX509Cert(byte[]) - Static method in class edu.emory.mathcs.util.security.CertUtils
Decode the X.509 certificate out of its default byte encoding.
decorateTask(Runnable, RunnableScheduledFuture) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Modifies or replaces the task used to execute a runnable.
decorateTask(Callable, RunnableScheduledFuture) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Modifies or replaces the task used to execute a callable.
decrementAndGet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically decrements by one the current value.
decrementAndGet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically decrements by one the element at index i.
decrementAndGet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically decrements by one the current value.
decrementAndGet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically decrements by one the element at index i.
deepEquals(Object[], Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
deepHashCode(Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
deepToString(Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
defaultThreadFactory() - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a default thread factory used to create new threads.
defineClass(String, ResourceHandle) - Method in class edu.emory.mathcs.util.classloader.GenericClassLoader
 
defineClass(String, ResourceHandle) - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
 
definePackage(String, Manifest, URL) - Method in class edu.emory.mathcs.util.classloader.GenericClassLoader
Defines a new package by name in this ClassLoader.
delegate - Variable in class edu.emory.mathcs.util.net.ServerSocketWrapper
the wrapped delegate socket.
delegate - Variable in class edu.emory.mathcs.util.net.SocketWrapper
the wrapped delegate socket.
delegate - Variable in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
the wrapped delegate socket.
delegatedCallable(Callable) - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Returns a callable wrapper that ensures that executions (even if performed by different threads) inherit current access control context and ThreadContext.
delegatedCallable(Callable, ThreadContext) - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Returns a callable wrapper that ensures that executions (even if performed by different threads) inherit current access control context and the specified ThreadContext.
delegatedRunnable(Runnable) - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Returns a runnable wrapper that ensures that executions (even if performed by different threads) inherit current access control context and ThreadContext.
delegatedRunnable(Runnable, ThreadContext) - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Returns a runnable wrapper that ensures that executions (even if performed by different threads) inherit current access control context and the specified ThreadContext.
delegatedValue(Object) - Method in class edu.emory.mathcs.util.concurrent.DelegatableThreadLocal
 
deleteRecursively(File) - Static method in class edu.emory.mathcs.util.io.FileUtils
Removes the specified file or a directory with all its subdirectories.
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
descendingIntervalIterator() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns an iterator over intervals of this set, in a decreasing numerical order.
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
descendingIntervalIterator() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns an iterator over intervals of this set, in a decreasing numerical order.
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
descendingIntervalIterator() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
descendingIntervalIterator() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns an iterator over intervals of this set, in a decreasing numerical order.
descendingIterator() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
descendingIterator() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
descendingIterator() - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns an iterator over the elements in this set, in descending order.
descendingIterator() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
descendingIterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns an iterator over the elements in this set in descending order.
descendingIterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
descendingIterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
descendingIterator() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
descendingIterator() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns an iterator over numbers in this set, in a decreasing numerical order.
descendingIterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
descendingIterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
descendingIterator() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
descendingIterator() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns an iterator over numbers in this set, in a decreasing numerical order.
descendingIterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
descendingIterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
descendingIterator() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
descendingIterator() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns an iterator over numbers in this set, in a decreasing numerical order.
descendingKeySet() - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingKeySet() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
descendingKeySet() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingKeySet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
descendingMap() - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a reverse order view of the mappings contained in this map.
descendingMap() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
descendingMap() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
Returns a reverse order view of the mappings contained in this map.
descendingMap() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
descendingSet() - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns a reverse order view of the elements contained in this set.
descendingSet() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
descendingSet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns a reverse order view of the elements contained in this set.
destroy() - Method in class edu.emory.mathcs.util.remote.RemoteProcess
Destroys the remote process.
destroy() - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
destroy() - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
destroy() - Method in class edu.emory.mathcs.util.swing.PasswdPanel
 
destroyThreadGroup(ThreadGroup, long) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
destroyThreadGroup(ThreadGroup, long, ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
destroyThreadGroup(ThreadGroup, long, boolean, ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
destroyThreadGroup(ThreadGroup, long, Thread[], ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
disable() - Method in class edu.emory.mathcs.util.gc.FinalizationGroup
 
disjoint(Collection, Collection) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
doTimedWait(WaitQueue.QueuedSync, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.WaitNode
 
doWait(WaitQueue.QueuedSync) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.WaitNode
 
doWaitUninterruptibly(WaitQueue.QueuedSync) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.WaitNode
 
done() - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
Protected method invoked when this task transitions to state isDone (whether normally or via cancellation).
doubleValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
 
doubleValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
 
drainPermits() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires and returns all permits that are immediately available.
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
 
drainTo(Collection) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection, int) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Removes at most the given number of available elements from this queue and adds them to the given collection.
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
 
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
 
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
 
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
 
drainTo(Collection) - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
 

E

EMPTY_INTERVAL - Static variable in class edu.emory.mathcs.util.collections.ints.IntCollections
 
EMPTY_INTERVAL - Static variable in class edu.emory.mathcs.util.collections.longs.LongCollections
 
EMPTY_INTERVAL - Static variable in class edu.emory.mathcs.util.collections.shorts.ShortCollections
 
EMPTY_LIST - Static variable in class edu.emory.mathcs.util.collections.ints.IntCollections
 
EMPTY_LIST - Static variable in class edu.emory.mathcs.util.collections.longs.LongCollections
 
EMPTY_LIST - Static variable in class edu.emory.mathcs.util.collections.shorts.ShortCollections
 
Exchanger - class edu.emory.mathcs.backport.java.util.concurrent.Exchanger.
A synchronization point at which threads can pair and swap elements within pairs.
Exchanger() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.Exchanger
Creates a new Exchanger.
ExecUtils - class edu.emory.mathcs.util.natives.ExecUtils.
Utility methods to interact with and manage native processes started from Java.
ExecUtils.BrokenPipeHandler - interface edu.emory.mathcs.util.natives.ExecUtils.BrokenPipeHandler.
User-specified IO exception handler for exceptions during I/O redirection.
ExecUtils.CmdResult - class edu.emory.mathcs.util.natives.ExecUtils.CmdResult.
Represents the result of a native command.
ExecUtils.ProcessExitHandler - interface edu.emory.mathcs.util.natives.ExecUtils.ProcessExitHandler.
User-specified handler invoked when associated native process exits.
ExecutionException - exception edu.emory.mathcs.backport.java.util.concurrent.ExecutionException.
Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception.
ExecutionException() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ExecutionException
Constructs an ExecutionException with no detail message.
ExecutionException(String) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified detail message.
ExecutionException(String, Throwable) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified detail message and cause.
ExecutionException(Throwable) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified cause.
Executor - interface edu.emory.mathcs.backport.java.util.concurrent.Executor.
An object that executes submitted Runnable tasks.
ExecutorCompletionService - class edu.emory.mathcs.backport.java.util.concurrent.ExecutorCompletionService.
A CompletionService that uses a supplied Executor to execute tasks.
ExecutorCompletionService(Executor) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ExecutorCompletionService
Creates an ExecutorCompletionService using the supplied executor for base task execution and a LinkedBlockingQueue as a completion queue.
ExecutorCompletionService(Executor, BlockingQueue) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ExecutorCompletionService
Creates an ExecutorCompletionService using the supplied executor for base task execution and the supplied queue as its completion queue.
ExecutorService - interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService.
An Executor that provides methods to manage termination and methods that can produce a Future for tracking progress of one or more asynchronous tasks.
ExecutorUtils - class edu.emory.mathcs.util.concurrent.ExecutorUtils.
 
ExecutorUtils.SafeThreadFactory - class edu.emory.mathcs.util.concurrent.ExecutorUtils.SafeThreadFactory.
Thread factory implementation that attempts to ensure that created threads are equivalent regardless of threads that request creation.
ExecutorUtils.SafeThreadFactory() - Constructor for class edu.emory.mathcs.util.concurrent.ExecutorUtils.SafeThreadFactory
Creates a new tread factory that creates threads within a default thread group.
ExecutorUtils.SafeThreadFactory(String) - Constructor for class edu.emory.mathcs.util.concurrent.ExecutorUtils.SafeThreadFactory
Creates a new tread factory that uses default thread group and specified thread name prefix.
ExecutorUtils.SafeThreadFactory(ThreadGroup) - Constructor for class edu.emory.mathcs.util.concurrent.ExecutorUtils.SafeThreadFactory
Creates a new tread factory that creates threads within the specified thread group.
ExecutorUtils.SafeThreadFactory(ThreadGroup, String) - Constructor for class edu.emory.mathcs.util.concurrent.ExecutorUtils.SafeThreadFactory
Creates a new tread factory that creates threads within the specified thread group, and uses specified thread name prefix, appending consecutive numbers to the names of created threads.
ExecutorUtils.SafeThreadFactory(ThreadGroup, String, boolean) - Constructor for class edu.emory.mathcs.util.concurrent.ExecutorUtils.SafeThreadFactory
Creates a new tread factory that creates threads within the specified thread group, and uses specified thread name prefix.
Executors - class edu.emory.mathcs.backport.java.util.concurrent.Executors.
Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory, and Callable classes defined in this package.
ExpansionException - exception edu.emory.mathcs.util.ExpansionException.
Exception thrown from a macro expansion routine.
ExpansionException(String) - Constructor for class edu.emory.mathcs.util.ExpansionException
Creates a new ExpansionException object.
ExpansionException(String, Throwable) - Constructor for class edu.emory.mathcs.util.ExpansionException
Creates a new ExpansionException object.
edu.emory.mathcs.backport.java.util - package edu.emory.mathcs.backport.java.util
 
edu.emory.mathcs.backport.java.util.concurrent - package edu.emory.mathcs.backport.java.util.concurrent
Utility classes commonly useful in concurrent programming.
edu.emory.mathcs.backport.java.util.concurrent.atomic - package edu.emory.mathcs.backport.java.util.concurrent.atomic
A small toolkit of classes that support lock-free thread-safe programming on single variables.
edu.emory.mathcs.backport.java.util.concurrent.helpers - package edu.emory.mathcs.backport.java.util.concurrent.helpers
Auxiliary and helper classes for backport.util.concurrent, NOT present in java.util.concurrent.
edu.emory.mathcs.backport.java.util.concurrent.locks - package edu.emory.mathcs.backport.java.util.concurrent.locks
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
edu.emory.mathcs.util - package edu.emory.mathcs.util
Utility classes developed and/or maintained by the Distributed Computing Laboratory, Emory University.
edu.emory.mathcs.util.allocator - package edu.emory.mathcs.util.allocator
Abstraction and several implementations of a memory manager; useful for I/O processing when direct buffer management is required.
edu.emory.mathcs.util.classloader - package edu.emory.mathcs.util.classloader
Set of classes supporting dynamic class and resource loading and simplifying development of custom class loaders.
edu.emory.mathcs.util.classloader.jar - package edu.emory.mathcs.util.classloader.jar
Utilities to handle JAR files and JAR URLs.
edu.emory.mathcs.util.collections - package edu.emory.mathcs.util.collections
 
edu.emory.mathcs.util.collections.ints - package edu.emory.mathcs.util.collections.ints
 
edu.emory.mathcs.util.collections.longs - package edu.emory.mathcs.util.collections.longs
 
edu.emory.mathcs.util.collections.shorts - package edu.emory.mathcs.util.collections.shorts
 
edu.emory.mathcs.util.concurrent - package edu.emory.mathcs.util.concurrent
Concurrency utilities, in most part adapted or taken literally from dl.util.concurrent library by Doug Lea and partially modified to match the incoming JDK 1.5 java.util.concurrent package.
edu.emory.mathcs.util.gc - package edu.emory.mathcs.util.gc
This package provides utilities for "better finalization" -- that is, reclamation of resources associated with objects that have been garbage collected, and also reclamation of such resources at VM exit.
edu.emory.mathcs.util.io - package edu.emory.mathcs.util.io
Utility classes related to stream-based I/O.
edu.emory.mathcs.util.natives - package edu.emory.mathcs.util.natives
Utilities to simplify integration with native code, for instance, calling native processes and linking native libraries.
edu.emory.mathcs.util.net - package edu.emory.mathcs.util.net
Networking-related utility classes.
edu.emory.mathcs.util.net.compressed - package edu.emory.mathcs.util.net.compressed
Network data compression utilities.
edu.emory.mathcs.util.net.inproc - package edu.emory.mathcs.util.net.inproc
Abstraction of in-process sockets and server sockets which can only connect to each other within a process.
edu.emory.mathcs.util.net.ssl - package edu.emory.mathcs.util.net.ssl
SSL-related utility classes.
edu.emory.mathcs.util.net.test - package edu.emory.mathcs.util.net.test
ignore.
edu.emory.mathcs.util.net.tunnel - package edu.emory.mathcs.util.net.tunnel
 
edu.emory.mathcs.util.remote - package edu.emory.mathcs.util.remote
Utilities extending several traditional APIs to work across the network using RMI.
edu.emory.mathcs.util.remote.io - package edu.emory.mathcs.util.remote.io
I/O streams over RMI.
edu.emory.mathcs.util.remote.io.server - package edu.emory.mathcs.util.remote.io.server
 
edu.emory.mathcs.util.remote.io.server.impl - package edu.emory.mathcs.util.remote.io.server.impl
 
edu.emory.mathcs.util.remote.locks - package edu.emory.mathcs.util.remote.locks
 
edu.emory.mathcs.util.remote.server - package edu.emory.mathcs.util.remote.server
 
edu.emory.mathcs.util.remote.server.impl - package edu.emory.mathcs.util.remote.server.impl
 
edu.emory.mathcs.util.security - package edu.emory.mathcs.util.security
Security-related utilities.
edu.emory.mathcs.util.security.action - package edu.emory.mathcs.util.security.action
Read system properties from privileged blocks.
edu.emory.mathcs.util.security.io - package edu.emory.mathcs.util.security.io
Secure I/O.
edu.emory.mathcs.util.swing - package edu.emory.mathcs.util.swing
Utility classes for GUI development.
edu.emory.mathcs.util.xml - package edu.emory.mathcs.util.xml
XML parsing utilities.
element() - Method in class edu.emory.mathcs.backport.java.util.AbstractQueue
Retrieves, but does not remove, the head of this queue.
element() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Retrieves, but does not remove, the head of the queue represented by this deque.
element() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque).
element() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
element() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Retrieves, but does not remove, the head of this queue.
element() - Method in interface edu.emory.mathcs.backport.java.util.Queue
Retrieves, but does not remove, the head of this queue.
element() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque).
element() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque.
elements() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns an enumeration of the values in this table.
emptyList() - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
emptyMap() - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
emptySet() - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
enclosingInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
enclosingInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
enclosingInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
enclosingInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
enclosingInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
enclosingInterval(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the widest interval contained in this set that includes the specified number, or null if this set does not include the specified number.
enclosingInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
enclosingInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
enclosingInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
enclosingInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
enclosingInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
enclosingInterval(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the widest interval contained in this set that includes the specified number, or null if this set does not include the specified number.
enclosingInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
enclosingInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
enclosingInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
enclosingInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
enclosingInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
enclosingInterval(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the widest interval contained in this set that includes the specified number, or null if this set does not include the specified number.
encode(byte[]) - Static method in class edu.emory.mathcs.util.io.Base64Encoder
Converts the specified byte array into its base64 encoding.
encode(byte[], int, int) - Static method in class edu.emory.mathcs.util.io.Base64Encoder
Converts the specified byte array region into its base64 encoding.
encodeX509Cert(X509Certificate) - Static method in class edu.emory.mathcs.util.security.CertUtils
Encode the X.509 certificate to its default byte encoding.
end - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
end - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
end - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
end - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
end - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
end - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
enqueue() - Method in interface edu.emory.mathcs.util.gc.FinalizationFuture
 
ensureNoValue() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
 
entrySet() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
entrySet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
entrySet() - Method in class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
entrySet() - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Returns the view of entries in this map, as a Set of IntMap.Entry elements.
entrySet() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
entrySet() - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Returns the view of entries in this map, as a Set of LongMap.Entry elements.
entrySet() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
entrySet() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Returns the view of entries in this map, as a Set of ShortMap.Entry elements.
entrySet() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
enumerate(Properties) - Static method in class edu.emory.mathcs.util.PropertyUtils
Iterates the properties and returns textual representaion
enumeration(Collection) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
 
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
 
equals(long[], long[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(int[], int[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(short[], short[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(char[], char[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(byte[], byte[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(boolean[], boolean[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(double[], double[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(float[], float[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(Object[], Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
 
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Compares the specified object with this map for equality.
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Compares the specified object with this set for equality.
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Compares the specified object with this set for equality.
equals(Object) - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
equals(Object) - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
equals(Object) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
equals(Object) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.ints.IntMap.Entry
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
 
equals(Object) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
equals(Object) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Two sets are equal if they consists of the same elements.
equals(Object) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
equals(Object) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.longs.LongMap.Entry
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
 
equals(Object) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
equals(Object) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Two sets are equal if they consists of the same elements.
equals(Object) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
equals(Object) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap.Entry
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
 
equals(Object) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
equals(Object) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
equals(Object) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Two sets are equal if they consists of the same elements.
equals(Object) - Method in class edu.emory.mathcs.util.concurrent.ReentrantNamedLock
Two named locks are equal if their names are equal.
equals(Object) - Method in class edu.emory.mathcs.util.concurrent.ThreadContext
 
equals(Object) - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
equals(Object) - Method in class edu.emory.mathcs.util.net.SocketWrapper
 
equals(Object) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocketAddress
 
equals(Object) - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
equals(Object) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
equals(Object) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket.PlainTunnelFactory
 
equals(Object) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocketAddress
 
equals(Object) - Method in class edu.emory.mathcs.util.remote.locks.ReentrantDistributedLock
 
equals(Object) - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant
 
equals(Object) - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock
 
equals(char[], char[]) - Static method in class edu.emory.mathcs.util.security.CharStrings
Compares two character arrays.
error(SAXParseException) - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
error(SAXParseException) - Method in class edu.emory.mathcs.util.xml.ConsoleErrorHandler
 
escapeString(String) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
exchange(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Exchanger
Waits for another thread to arrive at this exchange point (unless it is interrupted), and then transfers the given object to it, receiving its object in return.
exchange(Object, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Exchanger
Waits for another thread to arrive at this exchange point (unless the current thread is interrupted or the specified waiting time elapses), and then transfers the given object to it, receiving its object in return.
execCommand(String) - Static method in class edu.emory.mathcs.util.natives.ExecUtils
Execute specified command and return its results.
execCommand(Process) - Static method in class edu.emory.mathcs.util.natives.ExecUtils
Attach to the specified process and return its results.
execCommand(Process, InputStream) - Static method in class edu.emory.mathcs.util.natives.ExecUtils
Attach to the specified process, feed specified standard input, and return process' results.
execute(Runnable) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Executor
Executes the given command at some time in the future.
execute(Runnable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Executes command with zero required delay.
execute(Runnable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Executes the given task sometime in the future.
execute(Runnable) - Method in class edu.emory.mathcs.util.concurrent.SecureThreadPoolExecutor
 
execute(Runnable) - Method in class edu.emory.mathcs.util.concurrent.ThreadSerializingExecutor
 
exitValue() - Method in class edu.emory.mathcs.util.remote.RemoteProcess
Returns the exit value for the remote process.
exitValue() - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
exitValue() - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
expand(String) - Static method in class edu.emory.mathcs.util.PropertyUtils
Expands provided string resolving macro templates using values of default macros.
expand(String, Map) - Static method in class edu.emory.mathcs.util.PropertyUtils
Expands provided string resolving macro templates against supplied macros.
extract() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
extract() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 

F

FIFOWaitQueue - class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue.
Simple linked list queue used in FIFOSemaphore.
FIFOWaitQueue() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
FileUtils - class edu.emory.mathcs.util.io.FileUtils.
 
FilesystemUtils - class edu.emory.mathcs.util.natives.FilesystemUtils.
Utility methods to operate on files.
FinalizationEngine - class edu.emory.mathcs.util.gc.FinalizationEngine.
 
FinalizationEngine() - Constructor for class edu.emory.mathcs.util.gc.FinalizationEngine
 
FinalizationEngine(ReferenceCleaner, boolean) - Constructor for class edu.emory.mathcs.util.gc.FinalizationEngine
 
FinalizationFuture - interface edu.emory.mathcs.util.gc.FinalizationFuture.
 
FinalizationGroup - class edu.emory.mathcs.util.gc.FinalizationGroup.
Allows grouping together finalizers of similar object types, so that they could e.g.
FinalizationInvoker - interface edu.emory.mathcs.util.gc.FinalizationInvoker.
 
FinalizationStatus - class edu.emory.mathcs.util.gc.FinalizationStatus.
 
FinalizationStatus() - Constructor for class edu.emory.mathcs.util.gc.FinalizationStatus
 
Finalizer - interface edu.emory.mathcs.util.gc.Finalizer.
 
ForkOutputStream - class edu.emory.mathcs.util.io.ForkOutputStream.
Output stream that multicasts its data to sevaral underlying output streams.
ForkOutputStream(OutputStream, OutputStream) - Constructor for class edu.emory.mathcs.util.io.ForkOutputStream
Creates a new fork output stream multicasting to two specified streams.
ForkOutputStream(OutputStream, OutputStream, OutputStream) - Constructor for class edu.emory.mathcs.util.io.ForkOutputStream
Creates a new fork output stream multicasting to three specified streams.
ForkOutputStream(OutputStream[]) - Constructor for class edu.emory.mathcs.util.io.ForkOutputStream
Creates a new fork output stream multicasting to multiple specified streams.
FragmentInputStream - class edu.emory.mathcs.util.io.FragmentInputStream.
Virtual input stream that reads up to the specified number of bytes from the underlying stream and then reports EOF.
FragmentInputStream(InputStream, long) - Constructor for class edu.emory.mathcs.util.io.FragmentInputStream
Creates new fragment input stream over a specified physical stream and with specified fragment length and FragmentInputStream.STAY_ON_CLOSE closing policy.
FragmentInputStream(InputStream, long, int) - Constructor for class edu.emory.mathcs.util.io.FragmentInputStream
Creates new fragment input stream over a specified physical stream and with specified fragment length and specified closing policy.
Future - interface edu.emory.mathcs.backport.java.util.concurrent.Future.
A Future represents the result of an asynchronous computation.
FutureTask - class edu.emory.mathcs.backport.java.util.concurrent.FutureTask.
A cancellable asynchronous computation.
FutureTask(Callable) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
Creates a FutureTask that will upon running, execute the given Callable.
FutureTask(Runnable, Object) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
Creates a FutureTask that will upon running, execute the given Runnable, and arrange that get will return the given result on successful completion.
failed(Throwable) - Method in interface edu.emory.mathcs.util.concurrent.Callback
Called when action failed.
failedFuture(Throwable) - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Creates a failed future with specified failure cause.
failedFuture(Throwable, Callback) - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Creates a failed future with specified failure cause and completion callback.
fatalError(SAXParseException) - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
fatalError(SAXParseException) - Method in class edu.emory.mathcs.util.xml.ConsoleErrorHandler
 
fetchNext() - Method in interface edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Backend
Fetch the info about the next possibly non-idle participant.
fill(long[], long) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(long[], int, int, long) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(int[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(int[], int, int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(short[], short) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(short[], int, int, short) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(char[], char) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(char[], int, int, char) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(byte[], byte) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(byte[], int, int, byte) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(boolean[], boolean) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(boolean[], int, int, boolean) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(double[], double) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(double[], int, int, double) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(float[], float) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(float[], int, int, float) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(Object[], Object) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(Object[], int, int, Object) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(List, Object) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
finalize() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Invokes shutdown when this executor is no longer referenced.
finalize() - Method in class edu.emory.mathcs.util.classloader.jar.JarProxy
 
finalizeAll() - Method in class edu.emory.mathcs.util.gc.FinalizationGroup
 
finalizeNow() - Method in interface edu.emory.mathcs.util.gc.FinalizationFuture
 
finalizeObject(boolean) - Method in interface edu.emory.mathcs.util.gc.Finalizer
Implement this method to perform finalization on an object registered with FinalizationGroup.registerFinalizer(Object referrent, Finalizer finalizer).
finalizeReference(Finalizer, boolean) - Method in interface edu.emory.mathcs.util.gc.FinalizationInvoker
 
findClass(String) - Method in class edu.emory.mathcs.util.classloader.GenericClassLoader
Finds and loads the class with the specified name.
findClass(String) - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
Finds and loads the class with the specified name.
findFile(String[]) - Static method in class edu.emory.mathcs.util.natives.FilesystemUtils
 
findLibrary(String) - Method in class edu.emory.mathcs.util.classloader.GenericClassLoader
Returns the absolute path name of a native library.
findLibrary(String) - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
Returns the absolute path name of a native library.
findResource(String) - Method in class edu.emory.mathcs.util.classloader.GenericClassLoader
Finds the resource with the specified name.
findResource(String) - Method in interface edu.emory.mathcs.util.classloader.ResourceFinder
Find the resource by name and return URL of it if found.
findResource(URL, String) - Method in class edu.emory.mathcs.util.classloader.ResourceLoader
Fined resource with given name at the given source URL.
findResource(URL[], String) - Method in class edu.emory.mathcs.util.classloader.ResourceLoader
Finds resource with given name at the given search path.
findResource(String) - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
Finds the resource with the specified name.
findResources(String) - Method in class edu.emory.mathcs.util.classloader.GenericClassLoader
Returns an Enumeration of URLs representing all of the resources having the specified name.
findResources(String) - Method in interface edu.emory.mathcs.util.classloader.ResourceFinder
Find all resources with given name and return enumeration of their URLs.
findResources(URL, String) - Method in class edu.emory.mathcs.util.classloader.ResourceLoader
Finds all resources with given name at the given source URL.
findResources(URL[], String) - Method in class edu.emory.mathcs.util.classloader.ResourceLoader
Finds all resources with given name at the given search path.
findResources(String) - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
Returns an Enumeration of URLs representing all of the resources having the specified name.
finder - Variable in class edu.emory.mathcs.util.classloader.GenericClassLoader
 
first() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
first() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
first() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
first() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
first() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
first() - Method in class edu.emory.mathcs.util.collections.ints.IntCollections.SimpleInterval
 
first() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
first() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the smallest number in this set.
first() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
first() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
first() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
first() - Method in class edu.emory.mathcs.util.collections.longs.LongCollections.SimpleInterval
 
first() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
first() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the smallest number in this set.
first() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
first() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
first() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
first() - Method in class edu.emory.mathcs.util.collections.shorts.ShortCollections.SimpleInterval
 
first() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
first() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the smallest number in this set.
firstEntry() - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a key-value mapping associated with the least key in this map, or if the map is empty.
firstEntry() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
firstEntry() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
firstInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
firstInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
firstInterval() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
firstInterval() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the first (left-most), widest interval contained in this set, or null if this set is empty.
firstInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
firstInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
firstInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
firstInterval() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
firstInterval() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the first (left-most), widest interval contained in this set, or null if this set is empty.
firstInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
firstInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
firstInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
firstInterval() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
firstInterval() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the first (left-most), widest interval contained in this set, or null if this set is empty.
firstKey() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
firstKey() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
floatValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
 
floatValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
 
floor(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns the greatest element in this set less than or equal to the given element, or if there is no such element.
floor(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
floor(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
floor(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
floor(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
floor(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
floor(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the largest number in this set <= e.
floor(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
floor(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
floor(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
floor(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the largest number in this set <= e.
floor(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
floor(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
floor(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
floor(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the largest number in this set <= e.
floorEntry(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or if there is no such key.
floorEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
floorEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
floorInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
floorInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
floorInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
floorInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
floorInterval(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the largest (right-most), widest interval contained in this set which elements are not all greater than the specified number.
floorInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
floorInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
floorInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
floorInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
floorInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
floorInterval(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the largest (right-most), widest interval contained in this set which elements are not all greater than the specified number.
floorInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
floorInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
floorInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
floorInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
floorInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
floorInterval(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the largest (right-most), widest interval contained in this set which elements are not all greater than the specified number.
floorKey(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns the greatest key less than or equal to the given key, or if there is no such key.
floorKey(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
floorKey(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
flush() - Method in class edu.emory.mathcs.util.io.Base64Encoder
Flushes the underlying stream.
flush() - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Flushes not written (possibly buffered) data into the stream.
flush() - Method in class edu.emory.mathcs.util.io.CompressedOutputStream
 
flush() - Method in class edu.emory.mathcs.util.io.ForkOutputStream
 
flush() - Method in class edu.emory.mathcs.util.io.NullOutputStream
Does nothing.
flush() - Method in class edu.emory.mathcs.util.remote.io.RemoteOutputStream
 
flush() - Method in interface edu.emory.mathcs.util.remote.io.server.RemoteOutputStreamSrv
 
flush() - Method in class edu.emory.mathcs.util.remote.io.server.impl.RemoteOutputStreamSrvImpl
 
flushBuffer() - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Empties the buffer into the underlying stream.
flushOut() - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
flushOut() - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
forID(int) - Static method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant.State
 
forName(String) - Static method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant.State
 
frequency(Collection, Object) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
fromUTF(byte[]) - Static method in class edu.emory.mathcs.util.security.CharStrings
Recovers a character array out of its UTF-8 encoding.
fromUTF(byte[], int, int) - Static method in class edu.emory.mathcs.util.security.CharStrings
Recovers a character array out of its UTF-8 encoding.

G

GenericClassLoader - class edu.emory.mathcs.util.classloader.GenericClassLoader.
This class loader can be used to find class, resource and library handles as well as load classes, resources and libraries using abstract ResourceFinder entity encapsulating the searching approach.
GenericClassLoader(ResourceFinder, ClassLoader) - Constructor for class edu.emory.mathcs.util.classloader.GenericClassLoader
Creates new GenericClassLoader instance using specified ResourceFinder to find resources and having specified parent class loader.
GenericClassLoader(ResourceFinder) - Constructor for class edu.emory.mathcs.util.classloader.GenericClassLoader
Creates new GenericClassLoader instance using specified ResourceFinder to find resources and with default parent class loader.
GetBooleanAction - class edu.emory.mathcs.util.security.action.GetBooleanAction.
A convenience class for retrieving the boolean value of a system property as a privileged action.
GetBooleanAction(String) - Constructor for class edu.emory.mathcs.util.security.action.GetBooleanAction
Constructor that takes the name of the system property whose boolean value needs to be determined.
GetBooleanAction(String, boolean) - Constructor for class edu.emory.mathcs.util.security.action.GetBooleanAction
Constructor that takes the name of the system property whose boolean value needs to be determined and a default value to use when property is not set.
GetIntegerAction - class edu.emory.mathcs.util.security.action.GetIntegerAction.
A convenience class for retrieving the integer value of a system property as a privileged action.
GetIntegerAction(String) - Constructor for class edu.emory.mathcs.util.security.action.GetIntegerAction
Constructor that takes the name of the system property whose integer value needs to be determined.
GetIntegerAction(String, int) - Constructor for class edu.emory.mathcs.util.security.action.GetIntegerAction
Constructor that takes the name of the system property and a default value to use when property is not set.
GetLongAction - class edu.emory.mathcs.util.security.action.GetLongAction.
A convenience class for retrieving the long value of a system property as a privileged action.
GetLongAction(String) - Constructor for class edu.emory.mathcs.util.security.action.GetLongAction
Constructor that takes the name of the system property whose long value needs to be determined.
GetLongAction(String, long) - Constructor for class edu.emory.mathcs.util.security.action.GetLongAction
Constructor that takes the name of the system property and the default value to be used when property is not set.
GetPropertyAction - class edu.emory.mathcs.util.security.action.GetPropertyAction.
A convenience class for retrieving the string value of a system property as a privileged action.
GetPropertyAction(String) - Constructor for class edu.emory.mathcs.util.security.action.GetPropertyAction
Constructor that takes the name of the system property whose string value needs to be determined.
GetPropertyAction(String, String) - Constructor for class edu.emory.mathcs.util.security.action.GetPropertyAction
Constructor that takes the name of the system property and the default value to be used when property is not set.
generateDSAKeyPair() - Static method in class edu.emory.mathcs.util.security.KeyUtils
Generates an 1024-bit DSA key pair.
generateDSAKeyPair(int) - Static method in class edu.emory.mathcs.util.security.KeyUtils
Generates DSA key pair of the specified size.
generateRSAKeyPair() - Static method in class edu.emory.mathcs.util.security.KeyUtils
Generates an 1024-bit RSA key pair.
generateRSAKeyPair(int) - Static method in class edu.emory.mathcs.util.security.KeyUtils
Generates RSA key pair of the specified size.
get(int) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
get(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
get(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns the value to which the specified key is mapped, or if this map contains no mapping for the key.
get(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns the value to which the specified key is mapped, or if this map contains no mapping for the key.
get(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
get() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Future
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Future
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get() - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
 
get(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
 
get() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Returns the current value.
get() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Gets the current value.
get(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Gets the current value at position i.
get() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Gets the current value.
get(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Gets the current value at position i.
get(boolean[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Returns the current values of both the reference and the mark.
get() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Gets the current value.
get(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Gets the current value at position i.
get(int[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Returns the current values of both the reference and the stamp.
get(Object) - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
get(Object) - Method in class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
get(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Retrieves the mapping for the specified number, or null if none.
get(int) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
get(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Retrieves the mapping for the specified number, or null if none.
get(long) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
get(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Retrieves the mapping for the specified number, or null if none.
get(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
get() - Method in class edu.emory.mathcs.util.concurrent.AsyncTask
 
get(long, TimeUnit) - Method in class edu.emory.mathcs.util.concurrent.AsyncTask
 
get() - Method in class edu.emory.mathcs.util.concurrent.DelegatableThreadLocal
 
getActiveCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the approximate number of threads that are actively executing tasks.
getAllErrors() - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
getAllProblems() - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
getAndAdd(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
getAndAdd(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically adds the given value to the element at index i.
getAndAdd(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
getAndAdd(int, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically adds the given value to the element at index i.
getAndDecrement() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically decrements by one the current value.
getAndDecrement(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically decrements by one the element at index i.
getAndDecrement() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically decrements by one the current value.
getAndDecrement(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically decrements by one the element at index i.
getAndIncrement() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically increments by one the current value.
getAndIncrement(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically increments by one the element at index i.
getAndIncrement() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically increments by one the current value.
getAndIncrement(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically increments by one the element at index i.
getAndSet(boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Atomically sets to the given value and returns the previous value.
getAndSet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically sets to the given value and returns the old value.
getAndSet(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically sets to the given value and returns the old value.
getAndSet(int, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Atomically sets to the given value and returns the old value.
getAndSet(int, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given value and returns the old value.
getArch() - Static method in class edu.emory.mathcs.util.natives.PvmArch
Returns the identifier representing current system architecture, as defined by the PVM project.
getAt(int) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
getAt(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
Returns the value at the specified index.
getAt(int) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
getAt(int) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
Returns the value at the specified index.
getAt(int) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
getAt(int) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
Returns the value at the specified index.
getAttribute(Element, String) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
getAttribute(Element, String, String) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
getAttributes() - Method in class edu.emory.mathcs.util.classloader.ResourceHandle
Return the Attributes of the resource, or null if none.
getBaseSocket() - Method in interface edu.emory.mathcs.util.net.DecoratingServerSocket
Returns base server socket wrapped by this socket.
getBaseSocket() - Method in interface edu.emory.mathcs.util.net.DecoratingSocket
Returns the base socket wrapped by this socket.
getBaseSocket() - Method in class edu.emory.mathcs.util.net.compressed.CompressedServerSocketWrapper
 
getBaseSocket() - Method in class edu.emory.mathcs.util.net.compressed.CompressedSocketWrapper
 
getBooleanProperty(Properties, String) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
getBooleanProperty(Properties, String, boolean) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
getBytes() - Method in class edu.emory.mathcs.util.classloader.ResourceHandle
Returns this resource data as an array of bytes.
getCN(X509Certificate) - Static method in class edu.emory.mathcs.util.security.CertUtils
 
getCertificates() - Method in class edu.emory.mathcs.util.classloader.ResourceHandle
Return the Certificates of the resource, or null if none.
getChannel() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
getChannel() - Method in class edu.emory.mathcs.util.net.SocketWrapper
 
getChannel() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getChannel() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getChildElement(Element, String) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
getChildElement(Element, String, Node) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
getChildElements(Element) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
getClassHandle(String) - Method in class edu.emory.mathcs.util.classloader.GenericClassLoader
Finds the ResourceHandle object for the class with the specified name.
getClassHandle(String) - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
Finds the ResourceHandle object for the class with the specified name.
getCodeSourceURL() - Method in class edu.emory.mathcs.util.classloader.ResourceHandle
Returns the CodeSource URL for the class or resource.
getCompletedTaskCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have completed execution.
getConnection() - Method in class edu.emory.mathcs.util.net.ConnectionPool
Requests a connection from the pool.
getContentLength() - Method in class edu.emory.mathcs.util.classloader.ResourceHandle
Returns the length of this resource data, or -1 if unknown.
getContext() - Static method in class edu.emory.mathcs.util.concurrent.ThreadContext
Takes the snapshot of the current thread's state.
getContinueExistingPeriodicTasksAfterShutdownPolicy() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
getCorePoolSize() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the core number of threads.
getCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
Returns the current count.
getData() - Method in class edu.emory.mathcs.util.allocator.Allocator.Buffer
Returns the data array encapsulated in this buffer.
getDefaultMacros() - Static method in class edu.emory.mathcs.util.PropertyUtils
Returns default macros used by the PropertyUtils.expand(java.lang.String) method.
getDefaultURLStreamHandler(String) - Static method in class edu.emory.mathcs.util.classloader.GenericClassLoader
 
getDelay(TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Delayed
Returns the remaining delay associated with this object, in the given time unit.
getDetails() - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
getEnableSessionCreation() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getEnableSessionCreation() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getEnabledCipherSuites() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getEnabledCipherSuites() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getEnabledProtocols() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getEnabledProtocols() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getErr() - Method in class edu.emory.mathcs.util.natives.ExecUtils.CmdResult
 
getErrorStream() - Method in class edu.emory.mathcs.util.remote.RemoteProcess
Gets the remote error stream of the remote process.
getExecuteExistingDelayedTasksAfterShutdownPolicy() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
getExitValue() - Method in class edu.emory.mathcs.util.natives.ExecUtils.CmdResult
 
getFatalErrors() - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
getFirst() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
getFirst() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves, but does not remove, the first element of this deque.
getFirst() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
getFirst() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
getFirst() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ConstrainedView
 
getFirst() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
getFirst() - Method in class edu.emory.mathcs.util.collections.ints.IntCollections.SimpleInterval
 
getFirst() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ConstrainedView
 
getFirst() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
getFirst() - Method in class edu.emory.mathcs.util.collections.longs.LongCollections.SimpleInterval
 
getFirst() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ConstrainedView
 
getFirst() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
getFirst() - Method in class edu.emory.mathcs.util.collections.shorts.ShortCollections.SimpleInterval
 
getHoldCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries the number of holds on this lock by the current thread.
getHoldCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries the number of holds on this write lock by the current thread.
getID() - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant
 
getInetAddress() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
getInetAddress() - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
getInetAddress() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Returns a dummy "local" IP address of the form 127.0.0.129.
getInetAddress() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getInetAddress() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getInetAddress() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getInputStream() - Method in class edu.emory.mathcs.util.classloader.ResourceHandle
Returns and InputStream for reading this resource data.
getInputStream() - Method in class edu.emory.mathcs.util.classloader.jar.JarURLConnection
 
getInputStream() - Method in class edu.emory.mathcs.util.net.compressed.CompressedSocketWrapper
 
getInputStream() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
getInputStream() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getInputStream() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getInputStream() - Method in class edu.emory.mathcs.util.remote.RemoteProcess
Gets the remote input stream of the remote process.
getIntegerProperty(Properties, String) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
getIntegerProperty(Properties, String, int) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
getJSSETrustAnchors() - Static method in class edu.emory.mathcs.util.security.CertUtils
Returns the collection of default JSSE trust anchors.
getJarEntry() - Method in class edu.emory.mathcs.util.classloader.jar.JarURLConnection
 
getJarFile() - Method in class edu.emory.mathcs.util.classloader.jar.JarURLConnection
 
getJarHandler() - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
 
getJarInputStream(URLConnection) - Method in class edu.emory.mathcs.util.classloader.jar.JarProxy
 
getKeepAlive() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Returns true.
getKeepAlive() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getKeepAlive() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getKeepAliveTime(TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the thread keep-alive time, which is the amount of time which threads in excess of the core pool size may remain idle before being terminated.
getKey() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
Returns the key corresponding to this entry.
getKey() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
Returns the key corresponding to this entry.
getKey() - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
 
getKey() - Method in interface edu.emory.mathcs.util.collections.ints.IntMap.Entry
Returns the key associated with this entry.
getKey() - Method in interface edu.emory.mathcs.util.collections.longs.LongMap.Entry
Returns the key associated with this entry.
getKey() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap.Entry
Returns the key associated with this entry.
getKeysStartingWith(Properties, String) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
getKeystoreCerts(KeyStore) - Static method in class edu.emory.mathcs.util.security.CertUtils
Returns a list of certificates kept in the specified keystore.
getLargestPoolSize() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the largest number of threads that have ever simultaneously been in the pool.
getLast() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
getLast() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves, but does not remove, the last element of this deque.
getLast() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
getLast() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
getLast() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ConstrainedView
 
getLast() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
getLast() - Method in class edu.emory.mathcs.util.collections.ints.IntCollections.SimpleInterval
 
getLast() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ConstrainedView
 
getLast() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
getLast() - Method in class edu.emory.mathcs.util.collections.longs.LongCollections.SimpleInterval
 
getLast() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ConstrainedView
 
getLast() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
getLast() - Method in class edu.emory.mathcs.util.collections.shorts.ShortCollections.SimpleInterval
 
getLength() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
getLength() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
getLibraryHandle(String) - Method in class edu.emory.mathcs.util.classloader.GenericClassLoader
Finds the ResourceHandle object for the native library with the specified name.
getLibraryHandle(String) - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
Finds the ResourceHandle object for the native library with the specified name.
getLocalAddress() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Returns a dummy "local" IP address of the form 127.0.0.129.
getLocalAddress() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getLocalAddress() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getLocalPort() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
getLocalPort() - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
getLocalPort() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Not meaningful.
getLocalPort() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getLocalPort() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getLocalPort() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
getLocalPort() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getLocalSocketAddress() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
getLocalSocketAddress() - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
getLocalSocketAddress() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Returns an InProcSocketAddress holding local port number, as obtained via InProcSocket.getLocalPort().
getLocalSocketAddress() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getLocalSocketAddress() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getLocalSocketAddress() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
getLocalSocketAddress() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
Returns an SocketAddress holding local port number, as obtained via TunnelSocket.getLocalPort().
getMD5Digest() - Static method in class edu.emory.mathcs.util.security.DigestUtils
Returns an instance of MD5 digest.
getMD5DigestInputStream(InputStream) - Static method in class edu.emory.mathcs.util.security.DigestUtils
Wraps specified input stream into an digest stream that calculates the MD5 digest as it reads.
getMD5DigestOutputStream(OutputStream) - Static method in class edu.emory.mathcs.util.security.DigestUtils
Wraps specified output stream into an digest stream that calculates the MD5 digest as it writes.
getManifest() - Method in class edu.emory.mathcs.util.classloader.ResourceHandle
Returns the Manifest of the JAR file from which this resource was loaded, or null if none.
getMaximumPoolSize() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the maximum allowed number of threads.
getMyID() - Method in interface edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Backend
Returns the ID of self.
getName() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
 
getName() - Method in class edu.emory.mathcs.util.classloader.ResourceHandle
Return the name of the resource.
getNeedClientAuth() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getNeedClientAuth() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getNonfatalErrors() - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
getNumberWaiting() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Returns the number of parties currently waiting at the barrier.
getOOBInline() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Returns false.
getOOBInline() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getOOBInline() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getOffset() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
 
getOut() - Method in class edu.emory.mathcs.util.natives.ExecUtils.CmdResult
 
getOutputStream() - Method in class edu.emory.mathcs.util.net.compressed.CompressedSocketWrapper
 
getOutputStream() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
getOutputStream() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getOutputStream() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getOutputStream() - Method in class edu.emory.mathcs.util.remote.RemoteProcess
Gets the remote output stream of the remote process.
getOwner() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.WaitNode
 
getOwner() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns the thread that currently owns this lock, or if not owned.
getOwner() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Returns the thread that currently owns the write lock, or if not owned.
getParties() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Returns the number of parties required to trip this barrier.
getPassword() - Method in class edu.emory.mathcs.util.swing.PasswdPanel
 
getPassword() - Method in class edu.emory.mathcs.util.swing.UserPasswdPanel
 
getPermission() - Method in class edu.emory.mathcs.util.classloader.jar.JarURLConnection
 
getPoolSize() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the current number of threads in the pool.
getPort() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
getPort() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocketAddress
Returns the logical port number represented by this inproc socket address.
getPort() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getPort() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getPort() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocketAddress
Returns the logical port number associated with this tunneled socket address.
getPropertiesFromStream(InputStream) - Static method in class edu.emory.mathcs.util.PropertyUtils
Reads properties from the provided input stream.
getPropertiesFromString(String) - Static method in class edu.emory.mathcs.util.PropertyUtils
Tokenizes the properties provided as a string and returns plain Properties
getProperty(Properties, String, String) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
getQueue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Returns the task queue used by this executor.
getQueue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the task queue used by this executor.
getQueue() - Method in class edu.emory.mathcs.util.gc.ReferenceCleaner
 
getQueueLength() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Returns an estimate of the number of threads waiting to acquire.
getQueueLength() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting to acquire this lock.
getQueueLength() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Returns an estimate of the number of threads waiting to acquire either the read or write lock.
getQueuedThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Returns a collection containing threads that may be waiting to acquire.
getQueuedThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns a collection containing threads that may be waiting to acquire this lock.
getReadHoldCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant read holds on this lock by the current thread.
getReadLockCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of read locks held for this lock.
getReceiveBufferSize() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
getReceiveBufferSize() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
getReceiveBufferSize() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getReceiveBufferSize() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getReceiveBufferSize() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
getReceiveBufferSize() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getReference() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Returns the current value of the reference.
getReference() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the reference.
getRejectedExecutionHandler() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the current handler for unexecutable tasks.
getRemainingArgs() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
 
getRemoteSocketAddress() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Returns server endpoint information as InProcSocketAddress.
getRemoteSocketAddress() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getRemoteSocketAddress() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
Returns server endpoint information as InProcSocketAddress.
getResource(String) - Method in interface edu.emory.mathcs.util.classloader.ResourceFinder
Get the resource by name and, if found, open connection to it and return the handle of it.
getResource(URL, String) - Method in class edu.emory.mathcs.util.classloader.ResourceLoader
Gets resource with given name at the given source URL.
getResource(URL[], String) - Method in class edu.emory.mathcs.util.classloader.ResourceLoader
Gets resource with given name at the given search path.
getResourceHandle(String) - Method in class edu.emory.mathcs.util.classloader.GenericClassLoader
Finds the ResourceHandle object for the resource with the specified name.
getResourceHandle(String) - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
Finds the ResourceHandle object for the resource with the specified name.
getResourceHandles(String) - Method in class edu.emory.mathcs.util.classloader.GenericClassLoader
Returns an Enumeration of ResourceHandle objects representing all of the resources having the specified name.
getResourceHandles(String) - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
Returns an Enumeration of ResourceHandle objects representing all of the resources having the specified name.
getResources(String) - Method in interface edu.emory.mathcs.util.classloader.ResourceFinder
Get all resources with given name and return enumeration of their resource handles.
getResources(URL, String) - Method in class edu.emory.mathcs.util.classloader.ResourceLoader
Gets all resources with given name at the given source URL.
getResources(URL[], String) - Method in class edu.emory.mathcs.util.classloader.ResourceLoader
Gets all resources with given name at the given search path.
getReuseAddress() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
getReuseAddress() - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
getReuseAddress() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Returns true.
getReuseAddress() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getReuseAddress() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getReuseAddress() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
getReuseAddress() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getSHADigest() - Static method in class edu.emory.mathcs.util.security.DigestUtils
Returns an instance of SHA digest.
getSHADigestInputStream(InputStream) - Static method in class edu.emory.mathcs.util.security.DigestUtils
Wraps specified input stream into an digest stream that calculates the SHA digest as it reads.
getSHADigestOutputStream(OutputStream) - Static method in class edu.emory.mathcs.util.security.DigestUtils
Wraps specified output stream into an digest stream that calculates the SHA digest as it writes.
getSendBufferSize() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
getSendBufferSize() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getSendBufferSize() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getSession() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getSize() - Method in class edu.emory.mathcs.util.allocator.Allocator.Buffer
Returns the size of this buffer.
getSoLinger() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Returns -1.
getSoLinger() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getSoLinger() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getSoTimeout() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
getSoTimeout() - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
getSoTimeout() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
getSoTimeout() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getSoTimeout() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getSoTimeout() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
getSoTimeout() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getSocket() - Method in class edu.emory.mathcs.util.net.Connection
Returns the socket associated with this connection.
getStamp() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the stamp.
getState() - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant
 
getSupportedCipherSuites() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getSupportedCipherSuites() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getSupportedProtocols() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getSupportedProtocols() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getTaskCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have been scheduled for execution.
getTcpNoDelay() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Returns true.
getTcpNoDelay() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getTcpNoDelay() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getText(Element) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
Assuming that this element has no subelements, retrieve its textual content
getThreadFactory() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the thread factory used to create new threads.
getTopLevelThreadGroup() - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
Returns the root thread group.
getTrafficClass() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Returns 0.
getTrafficClass() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getTrafficClass() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getTunnel() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
getTunnel() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
getTunnelAddress() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocketAddress
 
getTurnID() - Method in interface edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Backend
Gets the participant ID of the turn holder, or null if turn is unclaimed.
getURL() - Method in class edu.emory.mathcs.util.classloader.ResourceHandle
Returns the URL of the resource.
getURLs() - Method in class edu.emory.mathcs.util.classloader.URIClassLoader
 
getUTFLen(char[], int, int) - Static method in class edu.emory.mathcs.util.security.CharStrings
Returns the number of bytes of an UTF-8 encoding of a portion of the specified character array.
getUTFStringLength(String) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated.  
getUseClientMode() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getUseClientMode() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getUsername() - Method in class edu.emory.mathcs.util.swing.UserPasswdPanel
 
getValue() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
Returns the value corresponding to this entry.
getValue() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
Returns the value corresponding to this entry.
getValue() - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
return the element value
getValue() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
 
getValue(String) - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
 
getValue() - Method in interface edu.emory.mathcs.util.collections.ints.IntMap.Entry
Returns the value associated with this entry.
getValue() - Method in interface edu.emory.mathcs.util.collections.longs.LongMap.Entry
Returns the value associated with this entry.
getValue() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap.Entry
Returns the value associated with this entry.
getValue() - Method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
getWaitQueueLength(Condition) - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting on the given condition associated with this lock.
getWaitingThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
getWaitingThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
getWaitingThreads(Condition) - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns a collection containing those threads that may be waiting on the given condition associated with this lock.
getWantClientAuth() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
getWantClientAuth() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
getWarnings() - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
getWriteHoldCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant write holds on this lock by the current thread.
getX509CertFactory() - Static method in class edu.emory.mathcs.util.security.CertUtils
Returns a default X.509 certificate factory.
getX509Certs(Collection) - Static method in class edu.emory.mathcs.util.security.CertUtils
Retrieve X.509 certificates represented by the specified trust anchors.

H

HOURS - Static variable in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
 
hadAnyErrors() - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
hadAnyProblems() - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
hadFatalErrors() - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
hadNonfatalErrors() - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
hadWarnings() - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
handleProcess(Process, InputStream, OutputStream, OutputStream) - Static method in class edu.emory.mathcs.util.natives.ExecUtils
 
handleProcess(Process, InputStream, OutputStream, OutputStream, boolean, boolean, ExecUtils.BrokenPipeHandler, ExecUtils.ProcessExitHandler) - Static method in class edu.emory.mathcs.util.natives.ExecUtils
 
handleProcess(Process, InputStream, boolean, boolean, ExecUtils.BrokenPipeHandler, OutputStream, boolean, boolean, ExecUtils.BrokenPipeHandler, OutputStream, boolean, boolean, ExecUtils.BrokenPipeHandler, ExecUtils.ProcessExitHandler) - Static method in class edu.emory.mathcs.util.natives.ExecUtils
 
hasNext() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.SimpleIntervalItemIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.SimpleReverseIntervalItemIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ForwardIntervalItemIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ReverseIntervalItemIterator
 
hasNext() - Method in interface edu.emory.mathcs.util.collections.ints.IntIterator
 
hasNext() - Method in interface edu.emory.mathcs.util.collections.ints.IntListIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.SimpleIntervalItemIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.SimpleReverseIntervalItemIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ForwardIntervalItemIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ReverseIntervalItemIterator
 
hasNext() - Method in interface edu.emory.mathcs.util.collections.longs.LongIterator
 
hasNext() - Method in interface edu.emory.mathcs.util.collections.longs.LongListIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.SimpleIntervalItemIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.SimpleReverseIntervalItemIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ForwardIntervalItemIterator
 
hasNext() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ReverseIntervalItemIterator
 
hasNext() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortIterator
 
hasNext() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortListIterator
 
hasNodes() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
hasNodes() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
hasPrevious() - Method in interface edu.emory.mathcs.util.collections.ints.IntListIterator
 
hasPrevious() - Method in interface edu.emory.mathcs.util.collections.longs.LongListIterator
 
hasPrevious() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortListIterator
 
hasQueuedThread(Thread) - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries whether the given thread is waiting to acquire this lock.
hasQueuedThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Queries whether any threads are waiting to acquire.
hasQueuedThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries whether any threads are waiting to acquire this lock.
hasQueuedThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries whether any threads are waiting to acquire the read or write lock.
hasWaiters(Condition) - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries whether any threads are waiting on the given condition associated with this lock.
hashCode() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
 
hashCode() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
 
hashCode(long[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(int[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(short[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(char[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(byte[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(boolean[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(float[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(double[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode() - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
 
hashCode() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
hashCode() - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
hashCode() - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
hashCode() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
hashCode() - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.ints.IntMap.Entry
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
 
hashCode() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
hashCode() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
 
hashCode() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
hashCode() - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.longs.LongMap.Entry
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
 
hashCode() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
hashCode() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
 
hashCode() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
hashCode() - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap.Entry
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
 
hashCode() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
hashCode() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
hashCode() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
 
hashCode() - Method in class edu.emory.mathcs.util.concurrent.ReentrantNamedLock
 
hashCode() - Method in class edu.emory.mathcs.util.concurrent.ThreadContext
 
hashCode() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
hashCode() - Method in class edu.emory.mathcs.util.net.SocketWrapper
 
hashCode() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocketAddress
 
hashCode() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
hashCode() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
hashCode() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket.PlainTunnelFactory
 
hashCode() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocketAddress
 
hashCode() - Method in class edu.emory.mathcs.util.remote.locks.ReentrantDistributedLock
 
hashCode() - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant
 
hashCode() - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock
 
headMap(Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a view of the portion of this map whose keys are less than (or equal to, if is true) .
headMap(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
headMap(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
headMap(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
headMap(Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
 
headMap(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
 
headMap(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
headMap(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
headSet(Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns a view of the portion of this set whose elements are less than (or equal to, if is true) .
headSet(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
headSet(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
headSet(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
headSet(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
headSet(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
headSet(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
headSet(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
A subset view containing all elements from this set that are not greater than last.
headSet(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
headSet(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
A subset view containing all elements from this set that are not greater than last.
headSet(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
headSet(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
A subset view containing all elements from this set that are not greater than last.
head_ - Variable in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
higher(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns the least element in this set strictly greater than the given element, or if there is no such element.
higher(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
higher(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
higher(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
higher(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
higher(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
higher(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the smallest number in this set > e.
higher(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
higher(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
higher(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
higher(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the smallest number in this set > e.
higher(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
higher(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
higher(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
higher(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the smallest number in this set > e.
higherEntry(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or if there is no such key.
higherEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
higherEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
higherInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
higherInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
higherInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
higherInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
higherInterval(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the smallest (left-most), widest interval contained in this set which all elements are strictly greater than the specified number.
higherInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
higherInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
higherInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
higherInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
higherInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
higherInterval(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the smallest (left-most), widest interval contained in this set which all elements are strictly greater than the specified number.
higherInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
higherInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
higherInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
higherInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
higherInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
higherInterval(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the smallest (left-most), widest interval contained in this set which all elements are strictly greater than the specified number.
higherKey(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns the least key strictly greater than the given key, or if there is no such key.
higherKey(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
higherKey(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 

I

IDLE - Static variable in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant.State
 
IOUtils - class edu.emory.mathcs.util.io.IOUtils.
 
InProcServerSocket - class edu.emory.mathcs.util.net.inproc.InProcServerSocket.
Abstraction of a server socket which can be accessed only from within a process.
InProcServerSocket() - Constructor for class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
InProcServerSocket(int) - Constructor for class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
InProcServerSocket(int, int) - Constructor for class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
InProcServerSocket(InProcSocketAddress) - Constructor for class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
InProcServerSocket(InProcSocketAddress, int) - Constructor for class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
InProcSocket - class edu.emory.mathcs.util.net.inproc.InProcSocket.
Abstraction of a socket accessible only within a process.
InProcSocket(int) - Constructor for class edu.emory.mathcs.util.net.inproc.InProcSocket
Creates new in-process socket and connects it to a server socket listening on a specified port.
InProcSocket() - Constructor for class edu.emory.mathcs.util.net.inproc.InProcSocket
Creates new, unconnected in-process socket.
InProcSocketAddress - class edu.emory.mathcs.util.net.inproc.InProcSocketAddress.
Represents an address of in-proc socket.
InProcSocketAddress(int) - Constructor for class edu.emory.mathcs.util.net.inproc.InProcSocketAddress
Creates new inproc socket address representing specified logical port.
Input - interface edu.emory.mathcs.util.io.Input.
An abstraction of a plain input stream.
IntArrayList - class edu.emory.mathcs.util.collections.ints.IntArrayList.
Array-based list of int numbers.
IntArrayList() - Constructor for class edu.emory.mathcs.util.collections.ints.IntArrayList
Creates a IntArrayList with initial capacity of 10.
IntArrayList(int) - Constructor for class edu.emory.mathcs.util.collections.ints.IntArrayList
Creates a IntArrayList with the specified initial capacity.
IntArrayList(IntCollection) - Constructor for class edu.emory.mathcs.util.collections.ints.IntArrayList
Creates a IntArrayList, copying to it all elements from the specified int collection, in the order as returned by that collection's iterator.
IntCollection - interface edu.emory.mathcs.util.collections.ints.IntCollection.
 
IntCollections - class edu.emory.mathcs.util.collections.ints.IntCollections.
 
IntCollections.SimpleInterval - class edu.emory.mathcs.util.collections.ints.IntCollections.SimpleInterval.
 
IntCollections.SimpleInterval(int, int) - Constructor for class edu.emory.mathcs.util.collections.ints.IntCollections.SimpleInterval
 
IntInterval - interface edu.emory.mathcs.util.collections.ints.IntInterval.
Represents the interval of numbers, of the form [a0 ,,, an].
IntIntervalSet - class edu.emory.mathcs.util.collections.ints.IntIntervalSet.
Set of int numbers that is optimized towards clustered distributions.
IntIntervalSet() - Constructor for class edu.emory.mathcs.util.collections.ints.IntIntervalSet
Creates a new set of ints.
IntIntervalSet(int, int) - Constructor for class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
IntIntervalSet(IntCollection) - Constructor for class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
IntIntervalSet(IntSet) - Constructor for class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
IntIterator - interface edu.emory.mathcs.util.collections.ints.IntIterator.
Iterator over a collection of int numbers.
IntList - interface edu.emory.mathcs.util.collections.ints.IntList.
List of int numbers.
IntListIterator - interface edu.emory.mathcs.util.collections.ints.IntListIterator.
Iterator over a list of int numbers.
IntMap - interface edu.emory.mathcs.util.collections.ints.IntMap.
Map from int keys to object values.
IntMap.Entry - interface edu.emory.mathcs.util.collections.ints.IntMap.Entry.
Represents the mapping from a int key to an object value.
IntRadkeHashMap - class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap.
Hash map with int keys.
IntRadkeHashMap() - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
IntRadkeHashMap(int) - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
IntRadkeHashMap(int, int, int) - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
IntRadkeHashMap(int, float, float) - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
IntRadkeHashMap(int, int, int, float, float) - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
IntRadkeHashMap(IntMap) - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
IntRadkeHashSet - class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet.
Hash set of int numbers.
IntRadkeHashSet() - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
IntRadkeHashSet(int) - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
IntRadkeHashSet(int, int, int) - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
IntRadkeHashSet(int, float, float) - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
IntRadkeHashSet(int, int, int, float, float) - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
IntRadkeHashSet(IntSet) - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
IntRadkeHashSet(IntCollection) - Constructor for class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
IntSet - interface edu.emory.mathcs.util.collections.ints.IntSet.
Set is a collection with no duplicate elements.
IntSortedSet - interface edu.emory.mathcs.util.collections.ints.IntSortedSet.
Sorted set is a collection with no duplicate elements.
id - Variable in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant.State
 
incrementAndGet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically increments by one the current value.
incrementAndGet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically increments by one the element at index i.
incrementAndGet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically increments by one the current value.
incrementAndGet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically increments by one the element at index i.
indexOf(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
indexOf(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
indexOf(Object, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
indexOf(int) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
indexOf(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
Returns the smallest index at which the list contains the specified number.
indexOf(long) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
indexOf(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
Returns the smallest index at which the list contains the specified number.
indexOf(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
indexOf(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
Returns the smallest index at which the list contains the specified number.
indexOfSubList(List, List) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
initUserLogin(JComponent, JComponent, String, boolean) - Method in class edu.emory.mathcs.util.swing.UserPasswdPanel
 
initialValue() - Method in class edu.emory.mathcs.util.concurrent.DelegatableThreadLocal
 
insert(WaitQueue.WaitNode) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
insert(WaitQueue.WaitNode) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
intValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
 
intValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
 
interval(int, int) - Static method in class edu.emory.mathcs.util.collections.ints.IntCollections
 
interval(long, long) - Static method in class edu.emory.mathcs.util.collections.longs.LongCollections
 
interval(short, short) - Static method in class edu.emory.mathcs.util.collections.shorts.ShortCollections
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
intervalCount() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the minimum count of intervals into which this set can be decomposed.
intervalCount() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
intervalCount() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the minimum count of intervals into which this set can be decomposed.
intervalCount() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
intervalCount() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
intervalCount() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the minimum count of intervals into which this set can be decomposed.
intervalIterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
intervalIterator() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns an iterator over intervals of this set, in an increasing numerical order.
intervalIterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
intervalIterator() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns an iterator over intervals of this set, in an increasing numerical order.
intervalIterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
intervalIterator() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
intervalIterator() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns an iterator over intervals of this set, in an increasing numerical order.
invokeAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
invokeAll(Collection, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
invokeAll(Collection) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete.
invokeAll(Collection, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
invokeAny(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
invokeAny(Collection, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
invokeAny(Collection) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do.
invokeAny(Collection, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do before the given timeout elapses.
isAbsolute(String) - Static method in class edu.emory.mathcs.util.classloader.ResourceUtils
 
isBound() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
Returns true, indicating that the socket is bound.
isBound() - Method in class edu.emory.mathcs.util.net.SocketWrapper
Returns true, indicating that the socket is bound.
isBound() - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
isBound() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
isBound() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
isBound() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
Returns true, indicating that the socket is bound.
isBound() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
isBound() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
isBroken() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Queries if this barrier is in a broken state.
isCancelled() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Future
Returns true if this task was cancelled before it completed normally.
isCancelled() - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
 
isCancelled() - Method in interface edu.emory.mathcs.util.concurrent.AsyncTask.Cancellable
 
isCancelled() - Method in class edu.emory.mathcs.util.concurrent.AsyncTask
 
isClosed() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
isClosed() - Method in class edu.emory.mathcs.util.net.SocketWrapper
 
isClosed() - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
isClosed() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
isClosed() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
isClosed() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
isClosed() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
isClosed() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
isConnected() - Method in class edu.emory.mathcs.util.net.SocketWrapper
Returns true, indicating that the socket is connected.
isConnected() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
isConnected() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
Returns true, indicating that the socket is connected.
isConnected() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
isDir(URL) - Static method in class edu.emory.mathcs.util.classloader.ResourceLoader
Test whether given URL points to a directory.
isDone() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Future
Returns true if this task completed.
isDone() - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
 
isDone() - Method in class edu.emory.mathcs.util.concurrent.AsyncTask
Checks if the task has completed.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Returns true if this deque contains no elements.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Returns true if this queue contains no elements.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains no elements.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains no elements.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains no elements.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Always returns true.
isEmpty() - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Returns true if this collection is empty; false otherwise.
isEmpty() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Returns true if this map is empty; false otherwise.
isEmpty() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Returns true if this set is empty; false otherwise.
isEmpty() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Returns true if this collection is empty; false otherwise.
isEmpty() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Returns true if this map is empty; false otherwise.
isEmpty() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Returns true if this set is empty; false otherwise.
isEmpty() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Returns true if this collection is empty; false otherwise.
isEmpty() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Returns true if this map is empty; false otherwise.
isEmpty() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
isEmpty() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
isEmpty() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Returns true if this set is empty; false otherwise.
isEnqueued() - Method in interface edu.emory.mathcs.util.gc.FinalizationFuture
 
isFair() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Returns if this semaphore has fairness set true.
isFair() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns if this lock has fairness set true.
isFair() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Returns if this lock has fairness set true.
isHeldByCurrentThread() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries if this lock is held by the current thread.
isHeldByCurrentThread() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries if this write lock is held by the current thread.
isInputShutdown() - Method in class edu.emory.mathcs.util.net.SocketWrapper
 
isInputShutdown() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
isInputShutdown() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
isInputShutdown() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
isLocalFile(URI) - Static method in class edu.emory.mathcs.util.classloader.ResourceUtils
Checks if the URI points to the local file.
isLocked() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries if this lock is held by any thread.
isMarked() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Returns the current value of the mark.
isOption(String) - Static method in class edu.emory.mathcs.util.ArgvUtils
 
isOutputShutdown() - Method in class edu.emory.mathcs.util.net.SocketWrapper
 
isOutputShutdown() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
isOutputShutdown() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
isOutputShutdown() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
isPending() - Method in interface edu.emory.mathcs.util.gc.FinalizationFuture
 
isPeriodic() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.RunnableScheduledFuture
Returns true if this is a periodic task.
isRunning() - Method in interface edu.emory.mathcs.util.gc.FinalizationFuture
 
isShutdown() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Returns true if this executor has been shut down.
isShutdown() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
 
isTerminated() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Returns true if all tasks have completed following shut down.
isTerminated() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
 
isTerminated(Thread) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
isTerminating() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns true if this executor is in the process of terminating after shutdown or shutdownNow but has not completely terminated.
isWaiting(Thread) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
isWaiting(Thread) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
isWriteLocked() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries if the write lock is held by any thread.
isWriteLockedByCurrentThread() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries if the write lock is held by the current thread.
iterator() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Returns an iterator over the elements in this deque.
iterator() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns an iterator over the elements in this set, in ascending order.
iterator() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Returns an iterator over the elements in this queue.
iterator() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns an iterator over the elements in this set in ascending order.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Returns an iterator over the elements contained in this set in the order in which these elements were added.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Returns an iterator over all the elements (both expired and unexpired) in this queue.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Returns an iterator over the elements in this queue.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Returns an empty iterator in which hasNext always returns false.
iterator() - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
iterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
iterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
iterator() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
iterator() - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
iterator() - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Returns the iterator over numbers contained in this collection.
iterator() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
iterator() - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
iterator() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
iterator() - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Returns the iterator over numbers contained in this set.
iterator() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns an iterator over numbers in this set, in an increasing numerical order.
iterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
iterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
iterator() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
iterator() - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
iterator() - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Returns the iterator over numbers contained in this collection.
iterator() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
iterator() - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
iterator() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
iterator() - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Returns the iterator over numbers contained in this set.
iterator() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns an iterator over numbers in this set, in an increasing numerical order.
iterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
iterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
iterator() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
iterator() - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
iterator() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Returns the iterator over numbers contained in this collection.
iterator() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
iterator() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
iterator() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
iterator() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Returns the iterator over numbers contained in this set.
iterator() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns an iterator over numbers in this set, in an increasing numerical order.
iterator() - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
 

J

JDetailedMessageBox - class edu.emory.mathcs.util.swing.JDetailedMessageBox.
Message box with the expandable detail pane at the bottom of the window.
JDetailedMessageBox.ButtonActionListener - class edu.emory.mathcs.util.swing.JDetailedMessageBox.ButtonActionListener.
 
JDetailedMessageBox.ButtonActionListener(int) - Constructor for class edu.emory.mathcs.util.swing.JDetailedMessageBox.ButtonActionListener
 
JarProxy - class edu.emory.mathcs.util.classloader.jar.JarProxy.
Implementation of JarURLConnection.JarOpener that caches downloaded JAR files in a local file system.
JarProxy() - Constructor for class edu.emory.mathcs.util.classloader.jar.JarProxy
 
JarURLConnection - class edu.emory.mathcs.util.classloader.jar.JarURLConnection.
Alternative implementation of JarURLConnection which supports customizable JAR caching policies.
JarURLConnection(URL, JarURLConnection.JarOpener) - Constructor for class edu.emory.mathcs.util.classloader.jar.JarURLConnection
Creates JarURLConnection for a given URL, using specified JAR opener.
JarURLConnection.JarOpener - interface edu.emory.mathcs.util.classloader.jar.JarURLConnection.JarOpener.
Abstraction of JAR opener which allows to implement various caching policies.
JarURLStreamHandler - class edu.emory.mathcs.util.classloader.jar.JarURLStreamHandler.
Alternative implementation of URLStreamHandler for JAR files that supports customizable JAR caching policies.
JarURLStreamHandler() - Constructor for class edu.emory.mathcs.util.classloader.jar.JarURLStreamHandler
Create new JarURLStreamHandler that will use its separate URL cache managed by a newly created JarProxy instance.
JarURLStreamHandler(JarURLConnection.JarOpener) - Constructor for class edu.emory.mathcs.util.classloader.jar.JarURLStreamHandler
Create new JarURLStreamHandler that will use specified JAR opener.

K

KeyUtils - class edu.emory.mathcs.util.security.KeyUtils.
Utility methods to generate and manipulate keys.
keySet() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap
keySet() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
keySet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
Returns a NavigableSet view of the keys contained in this map.
keySet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a NavigableSet view of the keys contained in this map.
keySet() - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
keySet() - Method in class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
keySet() - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Returns the view of keys in this map, as a IntSet.
keySet() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
keySet() - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Returns the view of keys in this map, as a LongSet.
keySet() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
keySet() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Returns the view of keys in this map, as a ShortSet.
keySet() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
keys() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns an enumeration of the keys in this table.

L

LinkedBlockingDeque - class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque.
An optionally-bounded blocking deque based on linked nodes.
LinkedBlockingDeque() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with a capacity of Integer.MAX_VALUE.
LinkedBlockingDeque(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with the given (fixed) capacity.
LinkedBlockingDeque(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with a capacity of Integer.MAX_VALUE, initially containing the elements of the given collection, added in traversal order of the collection's iterator.
LinkedBlockingQueue - class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue.
An optionally-bounded blocking queue based on linked nodes.
LinkedBlockingQueue() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE.
LinkedBlockingQueue(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with the given (fixed) capacity.
LinkedBlockingQueue(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE, initially containing the elements of the given collection, added in traversal order of the collection's iterator.
LinkedList - class edu.emory.mathcs.backport.java.util.LinkedList.
 
LinkedList() - Constructor for class edu.emory.mathcs.backport.java.util.LinkedList
 
LinkedList(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.LinkedList
 
Lock - interface edu.emory.mathcs.backport.java.util.concurrent.locks.Lock.
implementations provide more extensive locking operations than can be obtained using methods and statements.
LongArrayList - class edu.emory.mathcs.util.collections.longs.LongArrayList.
Array-based list of long numbers.
LongArrayList() - Constructor for class edu.emory.mathcs.util.collections.longs.LongArrayList
Creates a LongArrayList with initial capacity of 10.
LongArrayList(int) - Constructor for class edu.emory.mathcs.util.collections.longs.LongArrayList
Creates a LongArrayList with the specified initial capacity.
LongArrayList(LongCollection) - Constructor for class edu.emory.mathcs.util.collections.longs.LongArrayList
Creates a LongArrayList, copying to it all elements from the specified long collection, in the order as returned by that collection's iterator.
LongCollection - interface edu.emory.mathcs.util.collections.longs.LongCollection.
 
LongCollections - class edu.emory.mathcs.util.collections.longs.LongCollections.
 
LongCollections.SimpleInterval - class edu.emory.mathcs.util.collections.longs.LongCollections.SimpleInterval.
 
LongCollections.SimpleInterval(long, long) - Constructor for class edu.emory.mathcs.util.collections.longs.LongCollections.SimpleInterval
 
LongInterval - interface edu.emory.mathcs.util.collections.longs.LongInterval.
Represents the interval of numbers, of the form [a0 ,,, an].
LongIntervalSet - class edu.emory.mathcs.util.collections.longs.LongIntervalSet.
Set of long numbers that is optimized towards clustered distributions.
LongIntervalSet() - Constructor for class edu.emory.mathcs.util.collections.longs.LongIntervalSet
Creates a new set of longs.
LongIntervalSet(long, long) - Constructor for class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
LongIntervalSet(LongCollection) - Constructor for class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
LongIntervalSet(LongSet) - Constructor for class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
LongIterator - interface edu.emory.mathcs.util.collections.longs.LongIterator.
Iterator over a collection of long numbers.
LongList - interface edu.emory.mathcs.util.collections.longs.LongList.
List of long numbers.
LongListIterator - interface edu.emory.mathcs.util.collections.longs.LongListIterator.
Iterator over a list of long numbers.
LongMap - interface edu.emory.mathcs.util.collections.longs.LongMap.
Map from long keys to object values.
LongMap.Entry - interface edu.emory.mathcs.util.collections.longs.LongMap.Entry.
Represents the mapping from a long key to an object value.
LongRadkeHashMap - class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap.
Hash map with long keys.
LongRadkeHashMap() - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
LongRadkeHashMap(int) - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
LongRadkeHashMap(int, long, long) - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
LongRadkeHashMap(int, float, float) - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
LongRadkeHashMap(int, long, long, float, float) - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
LongRadkeHashMap(LongMap) - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
LongRadkeHashSet - class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet.
Hash set of long numbers.
LongRadkeHashSet() - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
LongRadkeHashSet(int) - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
LongRadkeHashSet(int, long, long) - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
LongRadkeHashSet(int, float, float) - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
LongRadkeHashSet(int, long, long, float, float) - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
LongRadkeHashSet(LongSet) - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
LongRadkeHashSet(LongCollection) - Constructor for class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
LongSet - interface edu.emory.mathcs.util.collections.longs.LongSet.
Set is a collection with no duplicate elements.
LongSortedSet - interface edu.emory.mathcs.util.collections.longs.LongSortedSet.
Sorted set is a collection with no duplicate elements.
last() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
last() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
last() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
last() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
last() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
last() - Method in class edu.emory.mathcs.util.collections.ints.IntCollections.SimpleInterval
 
last() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
last() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the largest number in this set.
last() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
last() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
last() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
last() - Method in class edu.emory.mathcs.util.collections.longs.LongCollections.SimpleInterval
 
last() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
last() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the largest number in this set.
last() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
last() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
last() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
last() - Method in class edu.emory.mathcs.util.collections.shorts.ShortCollections.SimpleInterval
 
last() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
last() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the largest number in this set.
lastEntry() - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a key-value mapping associated with the greatest key in this map, or if the map is empty.
lastEntry() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
lastEntry() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastIndexOf(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
lastIndexOf(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
lastIndexOf(Object, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
lastIndexOf(int) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
lastIndexOf(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
Returns the largest index at which the list contains the specified number.
lastIndexOf(long) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
lastIndexOf(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
Returns the largest index at which the list contains the specified number.
lastIndexOf(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
lastIndexOf(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
Returns the largest index at which the list contains the specified number.
lastIndexOfSubList(List, List) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
lastInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
lastInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
lastInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
lastInterval() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
lastInterval() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the last (right-most), widest interval contained in this set, or null if this set is empty.
lastInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
lastInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
lastInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
lastInterval() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
lastInterval() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the last (right-most), widest interval contained in this set, or null if this set is empty.
lastInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
lastInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
lastInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
lastInterval() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
lastInterval() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the last (right-most), widest interval contained in this set, or null if this set is empty.
lastKey() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
lastKey() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
lastRet - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ForwardIntervalItemIterator
 
lastRet - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ReverseIntervalItemIterator
 
lastRet - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ForwardIntervalItemIterator
 
lastRet - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ReverseIntervalItemIterator
 
lastRet - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ForwardIntervalItemIterator
 
lastRet - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ReverseIntervalItemIterator
 
lastRetValid - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ForwardIntervalItemIterator
 
lastRetValid - Variable in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ReverseIntervalItemIterator
 
lastRetValid - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ForwardIntervalItemIterator
 
lastRetValid - Variable in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ReverseIntervalItemIterator
 
lastRetValid - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ForwardIntervalItemIterator
 
lastRetValid - Variable in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ReverseIntervalItemIterator
 
lazySet(boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Eventually sets to the given value.
lazySet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Eventually sets to the given value.
lazySet(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Eventually sets the element at position i to the given value.
lazySet(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Eventually sets to the given value.
lazySet(int, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Eventually sets the element at position i to the given value.
lazySet(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Eventually sets to the given value.
lazySet(int, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Eventually sets the element at position i to the given value.
length() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Returns the length of the array.
length() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Returns the length of the array.
length() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Returns the length of the array.
length() - Method in class edu.emory.mathcs.util.io.BufferedPipe
Returns the current length of the pipe, that is, the number of bytes buffered and available for read.
list(Enumeration) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
listIterator() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
listIterator(int) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
listIterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
listIterator(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
listIterator() - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
listIterator(int) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
listIterator() - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
listIterator(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
listIterator() - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
listIterator(int) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
listIterator() - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
listIterator(int) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
listIterator() - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
listIterator(int) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
listIterator() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
listIterator(int) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
loadKeystore(File, char[]) - Static method in class edu.emory.mathcs.util.security.CertUtils
Load keystore of the default type from the specified file, using the specified password.
loadKeystore(File, char[], String) - Static method in class edu.emory.mathcs.util.security.CertUtils
Load keystore of the specified type from the specified file, using the specified password.
lock() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Lock
Acquires the lock.
lock() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Acquires the lock.
lock() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock.
lock() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock.
lock() - Method in class edu.emory.mathcs.util.concurrent.ReentrantNamedLock
Acquires the lock.

If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until the lock has been acquired.

Implementation Considerations

A implementation may be able to detect erroneous use of the lock, such as an invocation that would cause deadlock, and may throw an (unchecked) exception in such circumstances. The circumstances and the exception type must be documented by that implementation.

lock() - Method in class edu.emory.mathcs.util.remote.locks.AbstractPollingLock
Acquires the remote lock. If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until the lock has been acquired.
lock() - Method in class edu.emory.mathcs.util.remote.locks.ReentrantDistributedLock
Acquires the remote lock. If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until the lock has been acquired.
lock() - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock
Acquires the remote lock. If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until the lock has been acquired.
lock() - Method in interface edu.emory.mathcs.util.remote.locks.RemoteLock
Acquires the remote lock.
lockInterruptibly() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Lock
Acquires the lock unless the current thread is interrupted.
lockInterruptibly() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Acquires the lock unless the current thread is interrupted.
lockInterruptibly() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock unless the current thread is interrupted.
lockInterruptibly() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock unless the current thread is interrupted.
lockInterruptibly() - Method in class edu.emory.mathcs.util.concurrent.ReentrantNamedLock
Acquires the lock unless the current thread is interrupted.

Acquires the lock if it is available and returns immediately.

If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until one of two things happens:

If the current thread:

then InterruptedException is thrown and the current thread's interrupted status is cleared.

Implementation Considerations

The ability to interrupt a lock acquisition in some implementations may not be possible, and if possible may be an expensive operation. The programmer should be aware that this may be the case. An implementation should document when this is the case.

An implementation can favor responding to an interrupt over normal method return.

A implementation may be able to detect erroneous use of the lock, such as an invocation that would cause deadlock, and may throw an (unchecked) exception in such circumstances. The circumstances and the exception type must be documented by that implementation.

lockInterruptibly() - Method in class edu.emory.mathcs.util.remote.locks.AbstractPollingLock
Acquires the remote lock unless the current thread is interrupted. If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until one of two things happens:
lockInterruptibly() - Method in class edu.emory.mathcs.util.remote.locks.ReentrantDistributedLock
Acquires the remote lock unless the current thread is interrupted. If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until one of two things happens:
lockInterruptibly() - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock
Acquires the remote lock unless the current thread is interrupted. If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until one of two things happens:
lockInterruptibly() - Method in interface edu.emory.mathcs.util.remote.locks.RemoteLock
Acquires the remote lock unless the current thread is interrupted.
longValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
 
longValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
 
lower(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns the greatest element in this set strictly less than the given element, or if there is no such element.
lower(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
lower(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
lower(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
lower(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
lower(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
lower(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the largest number in this set < e.
lower(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
lower(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
lower(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
lower(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the largest number in this set < e.
lower(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
lower(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
lower(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
lower(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the largest number in this set < e.
lowerEntry(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or if there is no such key.
lowerEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
lowerEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such key.
lowerInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
lowerInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
lowerInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
lowerInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
lowerInterval(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
lowerInterval(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the largest and widest interval contained in this set which all elements are strictly less than the specified number.
lowerInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
lowerInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
lowerInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
lowerInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
lowerInterval(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
lowerInterval(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the largest and widest interval contained in this set which all elements are strictly less than the specified number.
lowerInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
lowerInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
lowerInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
lowerInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
lowerInterval(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
lowerInterval(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the largest and widest interval contained in this set which all elements are strictly less than the specified number.
lowerKey(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns the greatest key strictly less than the given key, or if there is no such key.
lowerKey(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
lowerKey(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 

M

MACRO_ABSFILE - Static variable in class edu.emory.mathcs.util.PropertyUtils
Utility macro that converts file path to absolute file path.
MACRO_EXECUTABLE - Static variable in class edu.emory.mathcs.util.PropertyUtils
Utility macro which converts its argument to the native executable file name.
MACRO_FILE_TO_URL - Static variable in class edu.emory.mathcs.util.PropertyUtils
Utility macro which converts a file name into a URL.
MACRO_LIBNAME - Static variable in class edu.emory.mathcs.util.PropertyUtils
Utility macro which converts its argument to the native library file name using System.mapLibraryName(java.lang.String).
MACRO_LOWERCASE - Static variable in class edu.emory.mathcs.util.PropertyUtils
Utility macro which converts its argument to lower case.
MACRO_SYSTEM_PROPERTY - Static variable in class edu.emory.mathcs.util.PropertyUtils
Utility macro which resolves system properties specified by name.
MACRO_TRIM - Static variable in class edu.emory.mathcs.util.PropertyUtils
Utility macro which trims the specified argument, removing white spaces from the beginning and end of it.
MACRO_UPPERCASE - Static variable in class edu.emory.mathcs.util.PropertyUtils
Utility macro which converts its argument to upper case.
MACRO_URL_TO_FILE - Static variable in class edu.emory.mathcs.util.PropertyUtils
Utility macro that converts a file URL into a file path.
MICROSECONDS - Static variable in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
 
MILLISECONDS - Static variable in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
 
MINUTES - Static variable in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
 
main(String[]) - Static method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
mark(int) - Method in class edu.emory.mathcs.util.io.FragmentInputStream
 
mark(int) - Method in interface edu.emory.mathcs.util.io.Input
 
markSupported() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Returns whether mark operation is supported.
markSupported() - Method in interface edu.emory.mathcs.util.io.Input
 
max(Collection) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
max(Collection, Comparator) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
max() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
max() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ConstrainedView
 
max() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
max() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
max() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
max() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
max() - Method in class edu.emory.mathcs.util.collections.ints.IntCollections.SimpleInterval
 
max() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
max() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
max() - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
The largest number that can be stored in this set.
max() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
max() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ConstrainedView
 
max() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
max() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
max() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
max() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
max() - Method in class edu.emory.mathcs.util.collections.longs.LongCollections.SimpleInterval
 
max() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
max() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
max() - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
The largest number that can be stored in this set.
max() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
max() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ConstrainedView
 
max() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
max() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
max() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
max() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
max() - Method in class edu.emory.mathcs.util.collections.shorts.ShortCollections.SimpleInterval
 
max() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
max() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
max() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
The largest number that can be stored in this set.
min(Collection) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
min(Collection, Comparator) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
min() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
min() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ConstrainedView
 
min() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
min() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
min() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
min() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
min() - Method in class edu.emory.mathcs.util.collections.ints.IntCollections.SimpleInterval
 
min() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
min() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
min() - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
The smallest number that can be stored in this set.
min() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
min() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ConstrainedView
 
min() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
min() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
min() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
min() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
min() - Method in class edu.emory.mathcs.util.collections.longs.LongCollections.SimpleInterval
 
min() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
min() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
min() - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
The smallest number that can be stored in this set.
min() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
min() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ConstrainedView
 
min() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
min() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
min() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
min() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
min() - Method in class edu.emory.mathcs.util.collections.shorts.ShortCollections.SimpleInterval
 
min() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
min() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
min() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
The smallest number that can be stored in this set.

N

NANOSECONDS - Static variable in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
 
NanoTimer - interface edu.emory.mathcs.backport.java.util.concurrent.helpers.NanoTimer.
Interface to specify custom implementation of precise timer.
NavigableMap - interface edu.emory.mathcs.backport.java.util.NavigableMap.
A SortedMap extended with navigation methods returning the closest matches for given search targets.
NavigableSet - interface edu.emory.mathcs.backport.java.util.NavigableSet.
A SortedSet extended with navigation methods reporting closest matches for given search targets.
NullInputStream - class edu.emory.mathcs.util.io.NullInputStream.
Input stream that is always at EOF.
NullInputStream() - Constructor for class edu.emory.mathcs.util.io.NullInputStream
Creates a new NullInputStream that is always at EOF.
NullOutputStream - class edu.emory.mathcs.util.io.NullOutputStream.
Output stream that ignores all data written.
NullOutputStream() - Constructor for class edu.emory.mathcs.util.io.NullOutputStream
Creates a new NullOutputStream.
nCopies(int, Object) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
name - Variable in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant.State
 
nanoTime() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.helpers.NanoTimer
Returns the current value of the most precise available system timer, in nanoseconds.
nanoTime() - Static method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.Utils
Returns the current value of the most precise available system timer, in nanoseconds.
navigableKeySet() - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a NavigableSet view of the keys contained in this map.
navigableKeySet() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
navigableKeySet() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
Returns a NavigableSet view of the keys contained in this map.
navigableKeySet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
newCachedThreadPool() - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available.
newCachedThreadPool(ThreadFactory) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available, and uses the provided ThreadFactory to create new threads when needed.
newCondition() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Lock
Returns a new Condition instance that is bound to this instance.
newCondition() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns a Condition instance for use with this Lock instance.
newCondition() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Throws because do not support conditions.
newCondition() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Returns a Condition instance for use with this Lock instance.
newCondition() - Method in class edu.emory.mathcs.util.concurrent.ReentrantNamedLock
Returns a new Condition instance that is bound to this instance.

Before waiting on the condition the lock must be held by the current thread. A call to Condition.await() will atomically release the lock before waiting and re-acquire the lock before the wait returns.

Implementation Considerations

The exact operation of the Condition instance depends on the implementation and must be documented by that implementation.

newCondition() - Method in class edu.emory.mathcs.util.remote.locks.AbstractPollingLock
 
newCondition() - Method in class edu.emory.mathcs.util.remote.locks.ReentrantDistributedLock
 
newCondition() - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock
 
newCondition() - Method in interface edu.emory.mathcs.util.remote.locks.RemoteLock
Returns a new Condition instance that is bound to this RemoteLock instance.
newFixedSecureThreadPool(int) - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Creates a thread pool that reuses a fixed set of threads operating off a shared unbounded queue.
newFixedThreadPool(int) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Creates a thread pool that reuses a fixed number of threads operating off a shared unbounded queue.
newFixedThreadPool(int, ThreadFactory) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Creates a thread pool that reuses a fixed number of threads operating off a shared unbounded queue, using the provided ThreadFactory to create new threads when needed.
newInstance(Component, String, Object, int, int, Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
newInstance(Component, String, Object, int, int, Icon, Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
newInstance(Component, String, Object, int, int, Icon, Object[], Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
newInstance(Component, String, Object, int, int, Icon, Object[], int, Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
newInstance(Component, String, Object, int, int, Object, Object[], int, Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
newPasswdPane() - Method in class edu.emory.mathcs.util.swing.PasswdPanel
 
newScheduledThreadPool(int) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Creates a thread pool that can schedule commands to run after a given delay, or to execute periodically.
newScheduledThreadPool(int, ThreadFactory) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Creates a thread pool that can schedule commands to run after a given delay, or to execute periodically.
newSecureCachedThreadPool() - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available.
newSecureSingleThreadExecutor() - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Creates an Executor that uses a single worker thread operating off an unbounded queue.
newSetFromMap(Map) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
newSingleThreadExecutor() - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Creates an Executor that uses a single worker thread operating off an unbounded queue.
newSingleThreadExecutor(ThreadFactory) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Creates an Executor that uses a single worker thread operating off an unbounded queue, and uses the provided ThreadFactory to create a new thread when needed.
newSingleThreadScheduledExecutor() - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Creates a single-threaded executor that can schedule commands to run after a given delay, or to execute periodically.
newSingleThreadScheduledExecutor(ThreadFactory) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Creates a single-threaded executor that can schedule commands to run after a given delay, or to execute periodically.
newTaskFor(Runnable, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
Returns a RunnableFuture for the given runnable and default value.
newTaskFor(Callable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
Returns a RunnableFuture for the given callable task.
newThread(Runnable) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory
Constructs a new Thread.
newThread(Runnable) - Method in class edu.emory.mathcs.util.concurrent.ExecutorUtils.SafeThreadFactory
 
next() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
 
next() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.SimpleIntervalItemIterator
 
next() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.SimpleReverseIntervalItemIterator
 
next() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ForwardIntervalItemIterator
 
next() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ReverseIntervalItemIterator
 
next() - Method in interface edu.emory.mathcs.util.collections.ints.IntIterator
 
next() - Method in interface edu.emory.mathcs.util.collections.ints.IntListIterator
 
next() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.SimpleIntervalItemIterator
 
next() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.SimpleReverseIntervalItemIterator
 
next() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ForwardIntervalItemIterator
 
next() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ReverseIntervalItemIterator
 
next() - Method in interface edu.emory.mathcs.util.collections.longs.LongIterator
 
next() - Method in interface edu.emory.mathcs.util.collections.longs.LongListIterator
 
next() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.SimpleIntervalItemIterator
 
next() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.SimpleReverseIntervalItemIterator
 
next() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ForwardIntervalItemIterator
 
next() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ReverseIntervalItemIterator
 
next() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortIterator
 
next() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortListIterator
 
nextIndex() - Method in interface edu.emory.mathcs.util.collections.ints.IntListIterator
 
nextIndex() - Method in interface edu.emory.mathcs.util.collections.longs.LongListIterator
 
nextIndex() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortListIterator
 

O

offer(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Inserts the specified element at the end of this deque.
offer(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offer(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
offer(Object) - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Inserts the specified element into this priority queue.
offer(Object) - Method in interface edu.emory.mathcs.backport.java.util.Queue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions.
offer(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and false if this queue is full.
offer(Object, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue, waiting up to the specified wait time for space to become available if the queue is full.
offer(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offer(Object, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque), waiting up to the specified wait time if necessary for space to become available.
offer(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offer(Object, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available.
offer(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Inserts the specified element at the tail of this queue.
offer(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
offer(Object, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
offer(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
offer(Object, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
offer(Object, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Inserts the specified element at the tail of this queue, waiting if necessary up to the specified wait time for space to become available.
offer(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and false if this queue is full.
offer(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
offer(Object, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
offer(Object, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Inserts the specified element into this queue, waiting if necessary up to the specified wait time for another thread to receive it.
offer(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Inserts the specified element into this queue, if another thread is waiting to receive it.
offer(Object) - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Puts specified object at the bottom of the queue, if possible.
offer(Object, long, TimeUnit) - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Puts specified object at the bottom of the queue with specified timeout and returns true if operation succeeded, false otherwise.
offerAtHead(Object) - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Inserts specified object at the top of the queue, so the next call to get() would return this object.
offerAtHead(Object, int, TimeUnit) - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Inserts specified object at the top of the queue, so the next call to get() would return this object, with specified timeout and returns true if operation succeeded, false otherwise.
offerFirst(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Inserts the specified element at the front of this deque.
offerFirst(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Inserts the specified element at the front of this deque unless it would violate capacity restrictions.
offerFirst(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
offerFirst(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offerFirst(Object, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque, waiting up to the specified wait time if necessary for space to become available.
offerFirst(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
offerFirst(Object, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
offerLast(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Inserts the specified element at the end of this deque.
offerLast(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
offerLast(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
offerLast(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offerLast(Object, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque, waiting up to the specified wait time if necessary for space to become available.
offerLast(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
offerLast(Object, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
onUndelegated(Object) - Method in class edu.emory.mathcs.util.concurrent.DelegatableThreadLocal
 
openConnection(URL) - Method in class edu.emory.mathcs.util.classloader.jar.JarURLStreamHandler
 
openJarFile(JarURLConnection) - Method in class edu.emory.mathcs.util.classloader.jar.JarProxy
 
openJarFile(JarURLConnection) - Method in interface edu.emory.mathcs.util.classloader.jar.JarURLConnection.JarOpener
Given the URL connection (not yet connected), return JarFile representing the resource.

P

PasswdPanel - class edu.emory.mathcs.util.swing.PasswdPanel.
A a small dialog allowing to collect a password in a secure way.
PasswdPanel(JComponent) - Constructor for class edu.emory.mathcs.util.swing.PasswdPanel
 
PoolingAllocator - class edu.emory.mathcs.util.allocator.PoolingAllocator.
Implements the Allocator using memory buffer pool.
PoolingAllocator() - Constructor for class edu.emory.mathcs.util.allocator.PoolingAllocator
Constructs pooling allocator with default reserved capacity of 1 MB, unlimited maximum capacity and default security margin of 2 MB.
PoolingAllocator(long, long) - Constructor for class edu.emory.mathcs.util.allocator.PoolingAllocator
Constructs pooling allocator with specified reserved and maximum capacity and default security margin of 2 MB.
PoolingAllocator(long, long, int) - Constructor for class edu.emory.mathcs.util.allocator.PoolingAllocator
Constructs pooling allocator with specified reserved and maximum capacity and specified security margin.
PoolingAllocator(long, long, int, BufferPool) - Constructor for class edu.emory.mathcs.util.allocator.PoolingAllocator
Constructs pooling allocator with specified reserved and maximum capacity and specified security margin, as well as given buffer pool.
PriorityBlockingQueue - class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue.
An unbounded blocking queue that uses the same ordering rules as class PriorityQueue and supplies blocking retrieval operations.
PriorityBlockingQueue() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the default initial capacity (11) that orders its elements according to their natural ordering.
PriorityBlockingQueue(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the specified initial capacity that orders its elements according to their natural ordering.
PriorityBlockingQueue(int, Comparator) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the specified initial capacity that orders its elements according to the specified comparator.
PriorityBlockingQueue(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue containing the elements in the specified collection.
PriorityQueue - class edu.emory.mathcs.backport.java.util.PriorityQueue.
An unbounded queue that supports element retrieval in the order of relative priority.
PriorityQueue() - Constructor for class edu.emory.mathcs.backport.java.util.PriorityQueue
Creates a PriorityQueue with the default initial capacity (11) that orders its elements according to their natural ordering.
PriorityQueue(int) - Constructor for class edu.emory.mathcs.backport.java.util.PriorityQueue
Creates a PriorityQueue with the specified initial capacity that orders its elements according to their natural ordering.
PriorityQueue(Comparator) - Constructor for class edu.emory.mathcs.backport.java.util.PriorityQueue
Creates a PriorityQueue with the specified initial capacity that orders its elements according to the specified comparator.
PriorityQueue(int, Comparator) - Constructor for class edu.emory.mathcs.backport.java.util.PriorityQueue
 
PriorityQueue(PriorityQueue) - Constructor for class edu.emory.mathcs.backport.java.util.PriorityQueue
Creates a PriorityQueue containing the elements from the specified priority queue.
PriorityQueue(SortedSet) - Constructor for class edu.emory.mathcs.backport.java.util.PriorityQueue
Creates a PriorityQueue containing the elements from the specified sorted set.
PriorityQueue(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.PriorityQueue
Creates a PriorityQueue containing the elements in the specified collection.
PropertyUtils - class edu.emory.mathcs.util.PropertyUtils.
Property and string manipulation and macro expansion utilities.
PropertyUtils() - Constructor for class edu.emory.mathcs.util.PropertyUtils
 
PropertyUtils.Macro - interface edu.emory.mathcs.util.PropertyUtils.Macro.
Macro template that expands the specified parameter in the macro-specific way.
PropertyUtils.PropertyExpansionMacro - class edu.emory.mathcs.util.PropertyUtils.PropertyExpansionMacro.
Property expansion template that resolves property names into values using specified properties.
PropertyUtils.PropertyExpansionMacro() - Constructor for class edu.emory.mathcs.util.PropertyUtils.PropertyExpansionMacro
Creates a new property expansion macro template that resolves against system properties.
PropertyUtils.PropertyExpansionMacro(Properties) - Constructor for class edu.emory.mathcs.util.PropertyUtils.PropertyExpansionMacro
Creates a new property expansion macro template that resolves against specified properties.
PvmArch - class edu.emory.mathcs.util.natives.PvmArch.
Allows to detect local system architecture as defined by the PVM project.
parseURL(URL, String, int, int) - Method in class edu.emory.mathcs.util.classloader.jar.JarURLStreamHandler
 
peek() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Retrieves, but does not remove, the head of the queue represented by this deque, or returns null if this deque is empty.
peek() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
peek() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in interface edu.emory.mathcs.backport.java.util.Queue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
 
peek() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
 
peek() - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
peek() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
 
peek() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
 
peek() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Always returns null.
peek() - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
 
peekFirst() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
peekFirst() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves, but does not remove, the first element of this deque, or returns null if this deque is empty.
peekFirst() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
peekFirst() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
peekLast() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
peekLast() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves, but does not remove, the last element of this deque, or returns null if this deque is empty.
peekLast() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
peekLast() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
perform(Runnable) - Method in class edu.emory.mathcs.util.concurrent.ThreadContext
Temporarily recovers current thread's state from this snapshot and then executes the specified task.
perform(Callable) - Method in class edu.emory.mathcs.util.concurrent.ThreadContext
Temporarily recovers current thread's state from this snapshot and then executes the specified call.
perform(PrivilegedAction) - Method in class edu.emory.mathcs.util.concurrent.ThreadContext
Temporarily recovers current thread's state from this snapshot and then performs the specified action.
perform(PrivilegedExceptionAction) - Method in class edu.emory.mathcs.util.concurrent.ThreadContext
Temporarily recovers current thread's state from this snapshot and then performs the specified action.
poll() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
poll() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll() - Method in interface edu.emory.mathcs.backport.java.util.Queue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
 
poll(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
 
poll() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), waiting up to the specified wait time if necessary for an element to become available.
poll(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
poll() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.CompletionService
Retrieves and removes the Future representing the next completed task or null if none are present.
poll(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.CompletionService
Retrieves and removes the Future representing the next completed task, waiting if necessary up to the specified wait time if none are yet present.
poll() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
 
poll() - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, or returns null if this queue has no elements with an expired delay.
poll(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue, or the specified wait time expires.
poll() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ExecutorCompletionService
 
poll(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ExecutorCompletionService
 
poll() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
poll(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
poll(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
 
poll() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
 
poll() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
 
poll(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
 
poll(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Retrieves and removes the head of this queue, waiting if necessary up to the specified wait time, for another thread to insert it.
poll() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Retrieves and removes the head of this queue, if another thread is currently making an element available.
poll(long, TimeUnit) - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Gets the object from the top of the queue.
poll() - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Remove and return an element from the queue if one is available.
pollFirst() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
pollFirst() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves and removes the first element of this deque, or returns null if this deque is empty.
pollFirst() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
pollFirst() - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Retrieves and removes the first (lowest) element, or returns if this set is empty.
pollFirst() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
pollFirst(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Retrieves and removes the first element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollFirst() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
pollFirst() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
pollFirst(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
pollFirst() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
pollFirst() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
pollFirst() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
pollFirst() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns and removes the smallest number in this set.
pollFirst() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
pollFirst() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
pollFirst() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
pollFirst() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns and removes the smallest number in this set.
pollFirst() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
pollFirst() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
pollFirst() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
pollFirst() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns and removes the smallest number in this set.
pollFirstEntry() - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Removes and returns a key-value mapping associated with the least key in this map, or if the map is empty.
pollFirstEntry() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
pollFirstEntry() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
pollFirstInterval() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns and removes the first (left-most), widest interval contained in this set, or null if this set is empty.
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
pollFirstInterval() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns and removes the first (left-most), widest interval contained in this set, or null if this set is empty.
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
pollFirstInterval() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
pollFirstInterval() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns and removes the first (left-most), widest interval contained in this set, or null if this set is empty.
pollLast() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
pollLast() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves and removes the last element of this deque, or returns null if this deque is empty.
pollLast() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
pollLast() - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Retrieves and removes the last (highest) element, or returns if this set is empty.
pollLast() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
pollLast(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Retrieves and removes the last element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollLast() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
pollLast() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
pollLast(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
pollLast() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
pollLast() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
pollLast() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
pollLast() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns and removes the largest number in this set.
pollLast() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
pollLast() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
pollLast() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
pollLast() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns and removes the largest number in this set.
pollLast() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
pollLast() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
pollLast() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
pollLast() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns and removes the largest number in this set.
pollLastEntry() - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Removes and returns a key-value mapping associated with the greatest key in this map, or if the map is empty.
pollLastEntry() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
pollLastEntry() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
pollLastInterval() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns and removes the last (right-most), widest interval contained in this set, or null if this set is empty.
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
pollLastInterval() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns and removes the last (right-most), widest interval contained in this set, or null if this set is empty.
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
pollLastInterval() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
pollLastInterval() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns and removes the last (right-most), widest interval contained in this set, or null if this set is empty.
pop() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Pops an element from the stack represented by this deque.
pop() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Pops an element from the stack represented by this deque.
pop() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
pop() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
prestartAllCoreThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Starts all core threads, causing them to idly wait for work.
prestartCoreThread() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Starts a core thread, causing it to idly wait for work.
previous() - Method in interface edu.emory.mathcs.util.collections.ints.IntListIterator
 
previous() - Method in interface edu.emory.mathcs.util.collections.longs.LongListIterator
 
previous() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortListIterator
 
previousIndex() - Method in interface edu.emory.mathcs.util.collections.ints.IntListIterator
 
previousIndex() - Method in interface edu.emory.mathcs.util.collections.longs.LongListIterator
 
previousIndex() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortListIterator
 
privilegedCallable(Callable) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a Callable object that will, when called, execute the given callable under the current access control context.
privilegedCallableUsingCurrentClassLoader(Callable) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a Callable object that will, when called, execute the given callable under the current access control context, with the current context class loader as the context class loader.
privilegedThreadFactory() - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a thread factory used to create new threads that have the same permissions as the current thread.
process(String) - Method in interface edu.emory.mathcs.util.PropertyUtils.Macro
Expand the specified parameter input.
process(String) - Method in class edu.emory.mathcs.util.PropertyUtils.PropertyExpansionMacro
Returns property value for the specified property name, possibly using specified default value.
processExited(Process) - Method in interface edu.emory.mathcs.util.natives.ExecUtils.ProcessExitHandler
Invoked when associated process has exited.
purge() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Tries to remove from the work queue all Future tasks that have been cancelled.
push(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Pushes an element onto the stack represented by this deque.
push(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
push(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
push(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Pushes an element onto the stack represented by this deque.
push(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
put(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
put(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue, waiting for space to become available if the queue is full.
put(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque), waiting if necessary for space to become available.
put(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Inserts the specified element into this queue, waiting if necessary for space to become available.
put(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Maps the specified key to the specified value in this table.
put(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Associates the specified value with the specified key in this map.
put(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
put(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
put(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Inserts the specified element at the tail of this queue, waiting if necessary for space to become available.
put(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
put(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Adds the specified element to this queue, waiting if necessary for another thread to receive it.
put(Object, Object) - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
put(Object, Object) - Method in class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
put(int, Object) - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Maps specified value to the given int key, and returns the value previously mapped for that key, or null if there were no mapping for that key before.
put(int, Object) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
put(long, Object) - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Maps specified value to the given long key, and returns the value previously mapped for that key, or null if there were no mapping for that key before.
put(long, Object) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
put(short, Object) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Maps specified value to the given short key, and returns the value previously mapped for that key, or null if there were no mapping for that key before.
put(short, Object) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
put(Object) - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
 
putAll(Map) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
putAll(Map) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map) - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
putAll(Map) - Method in class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
putAll(IntMap) - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Puts all mappings from the specified map into this map.
putAll(IntMap) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
putAll(LongMap) - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Puts all mappings from the specified map into this map.
putAll(LongMap) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
putAll(ShortMap) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Puts all mappings from the specified map into this map.
putAll(ShortMap) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
putAtHead(Object) - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Inserts specified object at the top of the queue, so the next call to poll() or take() would return this object.
putBack(WaitQueue.WaitNode) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
putBack(WaitQueue.WaitNode) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
putFirst(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque, waiting if necessary for space to become available.
putFirst(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
putIfAbsent(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
If the specified key is not already associated with a value, associate it with the given value. This is equivalent to
   if (!map.containsKey(key))
       return map.put(key, value);
   else
       return map.get(key);
except that the action is performed atomically.
putIfAbsent(Object, Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentMap
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
If the specified key is not already associated with a value, associate it with the given value. This is equivalent to
   if (!map.containsKey(key))
       return map.put(key, value);
   else
       return map.get(key);
except that the action is performed atomically.
putLast(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque, waiting if necessary for space to become available.
putLast(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 

Q

Queue - interface edu.emory.mathcs.backport.java.util.Queue.
A collection designed for holding elements prior to processing.

R

RadkeHashMap - class edu.emory.mathcs.util.collections.RadkeHashMap.
 
RadkeHashMap() - Constructor for class edu.emory.mathcs.util.collections.RadkeHashMap
 
RadkeHashMap(int) - Constructor for class edu.emory.mathcs.util.collections.RadkeHashMap
 
RadkeHashMap(int, float) - Constructor for class edu.emory.mathcs.util.collections.RadkeHashMap
 
RadkeHashMap(int, float, float) - Constructor for class edu.emory.mathcs.util.collections.RadkeHashMap
 
RadkeHashMap(Map) - Constructor for class edu.emory.mathcs.util.collections.RadkeHashMap
 
RadkeHashSet - class edu.emory.mathcs.util.collections.RadkeHashSet.
 
RadkeHashSet() - Constructor for class edu.emory.mathcs.util.collections.RadkeHashSet
 
RadkeHashSet(int) - Constructor for class edu.emory.mathcs.util.collections.RadkeHashSet
 
RadkeHashSet(int, float) - Constructor for class edu.emory.mathcs.util.collections.RadkeHashSet
 
RadkeHashSet(int, float, float) - Constructor for class edu.emory.mathcs.util.collections.RadkeHashSet
 
RadkeHashSet(Set) - Constructor for class edu.emory.mathcs.util.collections.RadkeHashSet
 
ReadWriteLock - interface edu.emory.mathcs.backport.java.util.concurrent.locks.ReadWriteLock.
A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing.
RedirectibleInput - interface edu.emory.mathcs.util.io.RedirectibleInput.
Input source capable of redirecting the data to an output stream.
RedirectibleReader - interface edu.emory.mathcs.util.io.RedirectibleReader.
Character input source capable of redirecting characters to a writer.
RedirectingInputStream - class edu.emory.mathcs.util.io.RedirectingInputStream.
Input stream that supports redirecting data directly to an output stream.
RedirectingInputStream(InputStream) - Constructor for class edu.emory.mathcs.util.io.RedirectingInputStream
Creates a new redirecting input stream that reads from the specified source with default autoflush and autoclose policies and a default buffer size of 2KB.
RedirectingInputStream(InputStream, int) - Constructor for class edu.emory.mathcs.util.io.RedirectingInputStream
Creates a new redirecting input stream that reads from the specified source with default autoflush and autoclose policies and a specified buffer size.
RedirectingInputStream(InputStream, boolean, boolean) - Constructor for class edu.emory.mathcs.util.io.RedirectingInputStream
Creates a new redirecting input stream that reads from the specified source, has specified autoflush and autoclose policy and a default buffer size of 2KB.
RedirectingInputStream(InputStream, boolean, boolean, int) - Constructor for class edu.emory.mathcs.util.io.RedirectingInputStream
Creates a new redirecting input stream that reads from the specified source, has specified autoflush and autoclose policy, and a given buffer size.
RedirectingReader - class edu.emory.mathcs.util.io.RedirectingReader.
Reader that supports redirecting data directly to a writer.
RedirectingReader(Reader) - Constructor for class edu.emory.mathcs.util.io.RedirectingReader
Creates a new redirecting reader that reads from the specified source with default autoflush and autoclose policies and a default buffer size of 2KB.
RedirectingReader(Reader, int) - Constructor for class edu.emory.mathcs.util.io.RedirectingReader
Creates a new redirecting reader that reads from the specified source with default autoflush and autoclose policies and a specified buffer size.
RedirectingReader(Reader, boolean, boolean) - Constructor for class edu.emory.mathcs.util.io.RedirectingReader
Creates a new redirecting reader that reads from the specified source, has specified autoflush and autoclose policy and a default buffer size of 2KB.
RedirectingReader(Reader, boolean, boolean, int) - Constructor for class edu.emory.mathcs.util.io.RedirectingReader
Creates a new redirecting reader that reads from the specified source, has specified autoflush and autoclose policy, and a given buffer size.
ReentrantDistributedLock - class edu.emory.mathcs.util.remote.locks.ReentrantDistributedLock.
Implements a reentrant lock on top of a possibly non-reentrant remote lock so that local threads are scheduled within the JVM instead of competing for a remote resource.
ReentrantDistributedLock(RemoteLock) - Constructor for class edu.emory.mathcs.util.remote.locks.ReentrantDistributedLock
Create a new ReentrantRemoteLock instance.
ReentrantLock - class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock.
A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor lock accessed using methods and statements, but with extended capabilities.
ReentrantLock() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Creates an instance of .
ReentrantLock(boolean) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Creates an instance of with the given fairness policy.
ReentrantNamedLock - class edu.emory.mathcs.util.concurrent.ReentrantNamedLock.
Implements a reentrant named lock that can be shared between different parts of the application without sharing the lock object, by using a common name.
ReentrantNamedLock(Object) - Constructor for class edu.emory.mathcs.util.concurrent.ReentrantNamedLock
Create a new ReentrantRemoteLock instance.
ReentrantReadWriteLock - class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.
An implementation of ReadWriteLock supporting similar semantics to ReentrantLock.
ReentrantReadWriteLock() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Creates a new with default (nonfair) ordering properties.
ReentrantReadWriteLock.ReadLock - class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.
The lock returned by method ReentrantReadWriteLock.readLock().
ReentrantReadWriteLock.ReadLock(ReentrantReadWriteLock) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Constructor for use by subclasses
ReentrantReadWriteLock.WriteLock - class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.
The lock returned by method ReentrantReadWriteLock.writeLock().
ReentrantReadWriteLock.WriteLock(ReentrantReadWriteLock) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Constructor for use by subclasses
ReferenceCleaner - class edu.emory.mathcs.util.gc.ReferenceCleaner.
 
ReferenceCleaner() - Constructor for class edu.emory.mathcs.util.gc.ReferenceCleaner
 
ReferenceCleaner(ThreadFactory) - Constructor for class edu.emory.mathcs.util.gc.ReferenceCleaner
 
ReferenceCleaner(Executor) - Constructor for class edu.emory.mathcs.util.gc.ReferenceCleaner
 
ReferenceCleaner(ReferenceQueue, ThreadFactory) - Constructor for class edu.emory.mathcs.util.gc.ReferenceCleaner
 
ReferenceCleaner(ReferenceQueue, Executor) - Constructor for class edu.emory.mathcs.util.gc.ReferenceCleaner
 
ReferenceCleaner.CleanableReference - interface edu.emory.mathcs.util.gc.ReferenceCleaner.CleanableReference.
 
RejectedExecutionException - exception edu.emory.mathcs.backport.java.util.concurrent.RejectedExecutionException.
Exception thrown by an Executor when a task cannot be accepted for execution.
RejectedExecutionException() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with no detail message.
RejectedExecutionException(String) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified detail message.
RejectedExecutionException(String, Throwable) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified detail message and cause.
RejectedExecutionException(Throwable) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified cause.
RejectedExecutionHandler - interface edu.emory.mathcs.backport.java.util.concurrent.RejectedExecutionHandler.
A handler for tasks that cannot be executed by a ThreadPoolExecutor.
RemoteCondition - interface edu.emory.mathcs.util.remote.locks.RemoteCondition.
Interface mirroring the java.util.concurrent.locks.Condition, but allowing for RemoteExceptions representing network communication errors.
RemoteEisMcGLock - class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.
This class provides a generic implementation of a distributed, non-reentrant mutual exclusion lock, based on Eisenberg and MgGuire's algorithm.
RemoteEisMcGLock(RemoteEisMcGLock.Backend) - Constructor for class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock
Creates a new non-reentrant remote lock, synchronizing on a specified backend.
RemoteEisMcGLock.Backend - interface edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Backend.
 
RemoteEisMcGLock.Participant - class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant.
 
RemoteEisMcGLock.Participant(Comparable, RemoteEisMcGLock.Participant.State) - Constructor for class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant
 
RemoteEisMcGLock.Participant.State - class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant.State.
 
RemoteInputStream - class edu.emory.mathcs.util.remote.io.RemoteInputStream.
Serializable input stream that reads from an input stream on a remote host, using RMI (or RMIX, or Jini ERI, ...).
RemoteInputStream() - Constructor for class edu.emory.mathcs.util.remote.io.RemoteInputStream
for deserialization only
RemoteInputStream(InputStream) - Constructor for class edu.emory.mathcs.util.remote.io.RemoteInputStream
Deprecated. this constructor does not work correctly with standard Java RMI (it only works with RMIX). See this class javadoc for instantiation instructions.
RemoteInputStream(RemoteInputStreamSrv) - Constructor for class edu.emory.mathcs.util.remote.io.RemoteInputStream
Constructs a new serializable remote input stream reading from the specified stream handle.
RemoteInputStreamSrv - interface edu.emory.mathcs.util.remote.io.server.RemoteInputStreamSrv.
Server interface to the remote input stream.
RemoteInputStreamSrvImpl - class edu.emory.mathcs.util.remote.io.server.impl.RemoteInputStreamSrvImpl.
Server-side remote handle to an input stream.
RemoteInputStreamSrvImpl(InputStream) - Constructor for class edu.emory.mathcs.util.remote.io.server.impl.RemoteInputStreamSrvImpl
 
RemoteInputStreamSrvImpl(InputStream, int) - Constructor for class edu.emory.mathcs.util.remote.io.server.impl.RemoteInputStreamSrvImpl
 
RemoteLock - interface edu.emory.mathcs.util.remote.locks.RemoteLock.
Interface mirroring the Lock interface in java.util.concurrent but allowing for RemoteExceptions since an implementation will involve network communication.
RemoteOutputStream - class edu.emory.mathcs.util.remote.io.RemoteOutputStream.
Serializable output stream that writes to an output stream on a remote host, using RMI.
RemoteOutputStream() - Constructor for class edu.emory.mathcs.util.remote.io.RemoteOutputStream
for deserialization only
RemoteOutputStream(OutputStream) - Constructor for class edu.emory.mathcs.util.remote.io.RemoteOutputStream
Deprecated. this constructor does not work correctly with standard Java RMI (it only works with RMIX). See this class javadoc for instantiation instructions.
RemoteOutputStream(RemoteOutputStreamSrv) - Constructor for class edu.emory.mathcs.util.remote.io.RemoteOutputStream
Constructs a new serializable remote output stream that writes to the specified stream handle.
RemoteOutputStreamSrv - interface edu.emory.mathcs.util.remote.io.server.RemoteOutputStreamSrv.
Server interface to the remote output stream.
RemoteOutputStreamSrvImpl - class edu.emory.mathcs.util.remote.io.server.impl.RemoteOutputStreamSrvImpl.
Server-side remote handle to an output stream.
RemoteOutputStreamSrvImpl(OutputStream) - Constructor for class edu.emory.mathcs.util.remote.io.server.impl.RemoteOutputStreamSrvImpl
 
RemoteProcess - class edu.emory.mathcs.util.remote.RemoteProcess.
Serializable handle to a native process running on a remote machine.
RemoteProcess() - Constructor for class edu.emory.mathcs.util.remote.RemoteProcess
for deserialization only
RemoteProcess(Process) - Constructor for class edu.emory.mathcs.util.remote.RemoteProcess
Constructs a new serializable remote reference to the specified process.
RemoteProcess(RemoteProcessSrv) - Constructor for class edu.emory.mathcs.util.remote.RemoteProcess
Constructs a new serializable remote reference to a remote process.
RemoteProcessSrv - interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv.
Server interface to the remote native process.
RemoteProcessSrvImpl - class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl.
Server-side remote handle to the native process.
RemoteProcessSrvImpl(Process) - Constructor for class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
Creates a new handle to the specified process.
ResourceFinder - interface edu.emory.mathcs.util.classloader.ResourceFinder.
Abstraction of resource searching policy.
ResourceHandle - class edu.emory.mathcs.util.classloader.ResourceHandle.
This class represents a handle (a connection) to some resource, which may be a class, native library, text file, image, etc.
ResourceHandle() - Constructor for class edu.emory.mathcs.util.classloader.ResourceHandle
 
ResourceLoader - class edu.emory.mathcs.util.classloader.ResourceLoader.
This class aids in accessing remote resources referred by URLs.
ResourceLoader() - Constructor for class edu.emory.mathcs.util.classloader.ResourceLoader
Constructs new ResourceLoadeer with default JAR caching policy, that is, to create and use separate cache for this ResourceLoader instance.
ResourceLoader(URLStreamHandler) - Constructor for class edu.emory.mathcs.util.classloader.ResourceLoader
Constructs new ResourceLoader with specified JAR file handler which can implement custom JAR caching policy.
ResourceUtils - class edu.emory.mathcs.util.classloader.ResourceUtils.
Utility methods related to remote resource access.
RunnableFuture - interface edu.emory.mathcs.backport.java.util.concurrent.RunnableFuture.
A Future that is Runnable.
RunnableScheduledFuture - interface edu.emory.mathcs.backport.java.util.concurrent.RunnableScheduledFuture.
A ScheduledFuture that is Runnable.
radkeAtLeast(int) - Static method in class edu.emory.mathcs.util.collections.RadkeHashMap
Returns a Radke prime that is at least as big as the specified number.
read(byte[], int, int) - Method in class edu.emory.mathcs.util.io.Base64Decoder
 
read() - Method in class edu.emory.mathcs.util.io.Base64Decoder
 
read(byte[]) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads at most array.length bytes into the array array.
read(byte[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads lng bytes into the array array begining at offset off.
read() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads one byte of range 0 to 255, inclusive.
read() - Method in class edu.emory.mathcs.util.io.CompressedInputStream
 
read(byte[], int, int) - Method in class edu.emory.mathcs.util.io.CompressedInputStream
 
read() - Method in class edu.emory.mathcs.util.io.FragmentInputStream
 
read(byte[], int, int) - Method in class edu.emory.mathcs.util.io.FragmentInputStream
 
read() - Method in interface edu.emory.mathcs.util.io.Input
 
read(byte[]) - Method in interface edu.emory.mathcs.util.io.Input
 
read(byte[], int, int) - Method in interface edu.emory.mathcs.util.io.Input
 
read() - Method in class edu.emory.mathcs.util.io.NullInputStream
Returns -1.
read(byte[]) - Method in class edu.emory.mathcs.util.io.NullInputStream
Returns -1.
read(byte[], int, int) - Method in class edu.emory.mathcs.util.io.NullInputStream
Returns -1.
read() - Method in class edu.emory.mathcs.util.io.TeeInputStream
 
read(byte[], int, int) - Method in class edu.emory.mathcs.util.io.TeeInputStream
 
read(byte[], int, int) - Method in class edu.emory.mathcs.util.io.ThreadSafeBufferedInputStream
 
read() - Method in class edu.emory.mathcs.util.remote.io.RemoteInputStream
 
read(byte[], int, int) - Method in class edu.emory.mathcs.util.remote.io.RemoteInputStream
 
read(int) - Method in interface edu.emory.mathcs.util.remote.io.server.RemoteInputStreamSrv
 
read(int) - Method in class edu.emory.mathcs.util.remote.io.server.impl.RemoteInputStreamSrvImpl
 
readBoolean() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads a boolean from the stream.
readBooleans(boolean[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads exactly lng of booleans from the stream and stores them in the array starting from off.
readByte() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads a byte from the stream.
readBytes(byte[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads exactly lng of bytes from the stream and stores them in the array starting from off.
readChar() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads a char from the stream.
readChars(char[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads exactly lng of chars (2*lng bytes) from the stream and stores them in the array starting from off.
readDouble() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads a double from the stream.
readDoubles(double[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads exactly lng of doubles (8*lng bytes) from the stream and stores them in the array starting from off.
readExternal(ObjectInput) - Method in class edu.emory.mathcs.util.remote.RemoteProcess
 
readExternal(ObjectInput) - Method in class edu.emory.mathcs.util.remote.io.RemoteInputStream
 
readExternal(ObjectInput) - Method in class edu.emory.mathcs.util.remote.io.RemoteOutputStream
 
readFloat() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads a float from the stream.
readFloats(float[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads exactly lng of floats (4*lng bytes) from the stream and stores them in the array starting from off.
readFromErr(int) - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
readFromErr(int) - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
readFromIn(int) - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
readFromIn(int) - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
readFully(byte[]) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads an array of bytes from the stream into the array.
readFully(byte[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads an array of bytes from the stream into the array.
readInt() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads an integer from the stream.
readInts(int[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads exactly lng of integers (4*lng bytes) from the stream and stores them in the array starting from off.
readLine() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Does not convert chars properly.
readLock() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.ReadWriteLock
Returns the lock used for reading.
readLock() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
 
readLong() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads a long from the stream.
readLongs(long[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads exactly lng of longs (8*lng bytes) from the stream and stores them in the array starting from off.
readShort() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads a short from the stream.
readShorts(short[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads exactly lng of shorts (2*lng bytes) from the stream and stores them in the array starting from off.
readStringUTFBytes(int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated.  
readUTF() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads a string in the UTF format from the stream.
readUTF(InputStream) - Static method in class edu.emory.mathcs.util.security.CharStrings
Reads UTF-8 encoded character array from an input stream.
readUTF(DataInput) - Static method in class edu.emory.mathcs.util.security.CharStrings
Reads UTF-8 encoded character array from a data input.
readUnsignedByte() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads an unsigned byte from the stream.
readUnsignedShort() - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Reads an unsigned short from the stream.
recheck(WaitQueue.WaitNode) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.QueuedSync
 
reclaim() - Method in class edu.emory.mathcs.util.allocator.Allocator.Buffer
 
redirect(OutputStream, int) - Method in interface edu.emory.mathcs.util.io.RedirectibleInput
Reads and redirects up to the len bytes of data to a specified output stream.
redirect(Writer, int) - Method in interface edu.emory.mathcs.util.io.RedirectibleReader
Reads and redirects up to the len characters to a specified writer.
redirect(OutputStream, int) - Method in class edu.emory.mathcs.util.io.RedirectingInputStream
 
redirect(Writer, int) - Method in class edu.emory.mathcs.util.io.RedirectingReader
 
redirectAll(OutputStream) - Method in interface edu.emory.mathcs.util.io.RedirectibleInput
Readirects all further data from this input into the specified output stream, until EOF.
redirectAll(Writer) - Method in interface edu.emory.mathcs.util.io.RedirectibleReader
Readirects all further data from this reader into the specified writer, until EOF.
redirectAll(OutputStream) - Method in class edu.emory.mathcs.util.io.RedirectingInputStream
 
redirectAll(Writer) - Method in class edu.emory.mathcs.util.io.RedirectingReader
 
reducePermits(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Shrinks the number of available permits by the indicated reduction.
registerFinalizer(Object, Finalizer) - Method in class edu.emory.mathcs.util.gc.FinalizationGroup
 
registerFinalizer(Object, Finalizer, boolean) - Method in class edu.emory.mathcs.util.gc.FinalizationGroup
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.RejectedExecutionHandler
Method that may be invoked by a ThreadPoolExecutor when execute cannot accept a task.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.AbortPolicy
Always throws RejectedExecutionException.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
Executes task r in the caller's thread, unless the executor has been shut down, in which case the task is discarded.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy
Obtains and ignores the next task that the executor would otherwise execute, if one is immediately available, and then retries execution of task r, unless the executor is shut down, in which case task r is instead discarded.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
Does nothing, which has the effect of discarding task r.
release() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Releases a permit, returning it to the semaphore.
release(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Releases the given number of permits, returning them to the semaphore.
releaseRef() - Method in class edu.emory.mathcs.util.allocator.Allocator.Buffer
Decrease the reference count on this buffer.
remainingCapacity() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking, or Integer.MAX_VALUE if there is no intrinsic limit.
remainingCapacity() - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Always returns Integer.MAX_VALUE because a DelayQueue is not capacity constrained.
remainingCapacity() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Returns the number of additional elements that this deque can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Always returns Integer.MAX_VALUE because a PriorityBlockingQueue is not capacity constrained.
remainingCapacity() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Always returns zero.
remainingCapacity() - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
 
remove() - Method in class edu.emory.mathcs.backport.java.util.AbstractQueue
Retrieves and removes the head of this queue.
remove() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Removes a single instance of the specified element from this deque.
remove() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
remove(int) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
remove() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
remove() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Retrieves and removes the head of this queue.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Removes a single instance of the specified element from this queue, if it is present.
remove() - Method in interface edu.emory.mathcs.backport.java.util.Queue
Retrieves and removes the head of this queue.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Removes the entry for a key only if currently mapped to a given value. This is equivalent to
   if (map.containsKey(key) && map.get(key).equals(value)) {
       map.remove(key);
       return true;
   } else return false;
except that the action is performed atomically.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object, Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentMap
Removes the entry for a key only if currently mapped to a given value.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Removes the mapping for the specified key from this map if present.
remove(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Removes the entry for a key only if currently mapped to a given value. This is equivalent to
   if (map.containsKey(key) && map.get(key).equals(value)) {
       map.remove(key);
       return true;
   } else return false;
except that the action is performed atomically.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
remove(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Removes the specified element from this set if it is present.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Removes a single instance of the specified element from this queue, if it is present, whether or not it has expired.
remove() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Runnable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
 
remove(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Always returns false.
remove(Runnable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Removes this task from the executor's internal queue if it is present, thus causing it not to be run if it has not already started.
remove(Object) - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
remove(Object) - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
remove(Object) - Method in class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
remove(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
remove() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.SimpleIntervalItemIterator
 
remove() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.SimpleReverseIntervalItemIterator
 
remove(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
remove(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
remove() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ForwardIntervalItemIterator
 
remove() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.ReverseIntervalItemIterator
 
remove(int) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
remove(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Attempts to remove the specified number from this collection.
remove(int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
remove() - Method in interface edu.emory.mathcs.util.collections.ints.IntIterator
 
remove(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
remove() - Method in interface edu.emory.mathcs.util.collections.ints.IntListIterator
 
remove(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Removes the mapping for the given key and returns the removed value, or null if there was no mapping for that key.
remove(int) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
remove(int) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
remove(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Removes the specified number from this set if it is present.
remove(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
remove() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.SimpleIntervalItemIterator
 
remove() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.SimpleReverseIntervalItemIterator
 
remove(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
remove(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
remove() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ForwardIntervalItemIterator
 
remove() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.ReverseIntervalItemIterator
 
remove(long) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
remove(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Attempts to remove the specified number from this collection.
remove(long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
remove() - Method in interface edu.emory.mathcs.util.collections.longs.LongIterator
 
remove(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
remove() - Method in interface edu.emory.mathcs.util.collections.longs.LongListIterator
 
remove(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Removes the mapping for the given key and returns the removed value, or null if there was no mapping for that key.
remove(long) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
remove(long) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
remove(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Removes the specified number from this set if it is present.
remove(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
remove() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.SimpleIntervalItemIterator
 
remove() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.SimpleReverseIntervalItemIterator
 
remove(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
remove(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
remove() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ForwardIntervalItemIterator
 
remove() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.ReverseIntervalItemIterator
 
remove(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
remove(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Attempts to remove the specified number from this collection.
remove(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
remove() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortIterator
 
remove(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
remove() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortListIterator
 
remove(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Removes the mapping for the given key and returns the removed value, or null if there was no mapping for that key.
remove(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
remove(short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
remove(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Removes the specified number from this set if it is present.
removeAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
removeAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Always returns false.
removeAll(Collection) - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
removeAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
removeAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
removeAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Attempts to remove from this collection all the numbers contained in the specified collection.
removeAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
removeAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
removeAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
removeAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
removeAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
removeAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Attempts to remove from this collection all the numbers contained in the specified collection.
removeAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
removeAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
removeAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
removeAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
removeAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
removeAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Attempts to remove from this collection all the numbers contained in the specified collection.
removeAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
removeAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
removeAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
removeAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Removes from this set all of its elements that are contained in the specified collection.
removeAt(int) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
removeAt(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
Removes the value at the specified index, and shifts elements starting at index+1 to the left.
removeAt(int) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
removeAt(int) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
Removes the value at the specified index, and shifts elements starting at index+1 to the left.
removeAt(int) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
removeAt(int) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
Removes the value at the specified index, and shifts elements starting at index+1 to the left.
removeFirst() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
removeFirst() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves and removes the first element of this deque.
removeFirst() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
removeFirst() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
removeFirstOccurrence(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Removes the first occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeFirstOccurrence(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Removes the first occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
removeFirstOccurrence(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Removes the first occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
removeInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
removeInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
removeInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
removeInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
removeInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
removeInterval(int, int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Removes from this set all the numbers between first and last, inclusive.
removeInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
removeInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
removeInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
removeInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
removeInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
removeInterval(long, long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Removes from this set all the numbers between first and last, inclusive.
removeInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
removeInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
removeInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractComplementSubView
 
removeInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
removeInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
removeInterval(short, short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Removes from this set all the numbers between first and last, inclusive.
removeLast() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
removeLast() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves and removes the last element of this deque.
removeLast() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
removeLast() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
removeLastOccurrence(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Removes the last occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeLastOccurrence(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Removes the last occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
removeLastOccurrence(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Removes the last occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
replace(Object, Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Replaces the entry for a key only if currently mapped to a given value. This is equivalent to
   if (map.containsKey(key) && map.get(key).equals(oldValue)) {
       map.put(key, newValue);
       return true;
   } else return false;
except that the action is performed atomically.
replace(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Replaces the entry for a key only if currently mapped to some value. This is equivalent to
   if (map.containsKey(key)) {
       return map.put(key, value);
   } else return null;
except that the action is performed atomically.
replace(Object, Object, Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentMap
Replaces the entry for a key only if currently mapped to a given value.
replace(Object, Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentMap
Replaces the entry for a key only if currently mapped to some value.
replace(Object, Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Replaces the entry for a key only if currently mapped to a given value. This is equivalent to
   if (map.containsKey(key) && map.get(key).equals(oldValue)) {
       map.put(key, newValue);
       return true;
   } else return false;
except that the action is performed atomically.
replace(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Replaces the entry for a key only if currently mapped to some value. This is equivalent to
   if (map.containsKey(key)) {
       return map.put(key, value);
   } else return null;
except that the action is performed atomically.
replaceAll(List, Object, Object) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
reset() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Resets the barrier to its initial state.
reset(int) - Method in class edu.emory.mathcs.util.io.FragmentInputStream
 
reset() - Method in interface edu.emory.mathcs.util.io.Input
 
reset() - Method in class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
Resets the count field of this byte array output stream to zero and clears up the entire buffer with zeros, so that all currently accumulated output in the ouput stream is discarded.
resetCursor(Comparable) - Method in interface edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Backend
 
resolveEntity(String, String) - Method in class edu.emory.mathcs.util.xml.DTDResolver
 
resumeThread(Thread) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
resumeThreadGroup(ThreadGroup, long, Thread[]) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
retainAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
retainAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Retains only the elements in this set that are contained in the specified collection.
retainAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Always returns false.
retainAll(Collection) - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
retainAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
retainAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
retainAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
retainAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Attempts to remove from this collection all the numbers not contained in the specified collection.
retainAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
retainAll(IntCollection) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
retainAll(IntCollection) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
retainAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
retainAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
retainAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Attempts to remove from this collection all the numbers not contained in the specified collection.
retainAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
retainAll(LongCollection) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
retainAll(LongCollection) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
retainAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
retainAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
retainAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Attempts to remove from this collection all the numbers not contained in the specified collection.
retainAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
retainAll(ShortCollection) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
retainAll(ShortCollection) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Retains only the elements in this set that are contained in the specified collection.
retainInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
retainInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSet
 
retainInterval(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
retainInterval(int, int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Retains in this set only the numbers between first and last, inclusive.
retainInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
retainInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSet
 
retainInterval(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
retainInterval(long, long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Retains in this set only the numbers between first and last, inclusive.
retainInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
retainInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSet
 
retainInterval(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
retainInterval(short, short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Retains in this set only the numbers between first and last, inclusive.
returnToPool() - Method in class edu.emory.mathcs.util.net.Connection
Returns this connection to its pool.
reverse(List) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
reverseOrder() - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
reverseOrder(Comparator) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
rotate(List, int) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
run() - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
Sets this Future to the result of its computation unless it has been cancelled.
run() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.RunnableFuture
Sets this Future to the result of its computation unless it has been cancelled.
run() - Method in class edu.emory.mathcs.util.security.action.GetBooleanAction
Determines the boolean value of the system property whose name was specified in the constructor.
run() - Method in class edu.emory.mathcs.util.security.action.GetIntegerAction
Determines the integer value of the system property whose name was specified in the constructor.
run() - Method in class edu.emory.mathcs.util.security.action.GetLongAction
Determines the long value of the system property whose name was specified in the constructor.
run() - Method in class edu.emory.mathcs.util.security.action.GetPropertyAction
Determines the string value of the system property whose name was specified in the constructor.
runAndReset() - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
Executes the computation without setting its result, and then resets this Future to initial state, failing to do so if the computation encounters an exception or is cancelled.

S

SECONDS - Static variable in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
 
SSLServerSocketWrapper - class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper.
Wrapper for SSL server sockets which enables to add functionality in subclasses on top of existing, bound SSL server sockets.
SSLServerSocketWrapper(SSLServerSocket) - Constructor for class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
Creates new socket wrapper for a given server socket.
SSLSocketWrapper - class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper.
Wrapper for sockets which enables to add functionality in subclasses on top of existing, connected SSL sockets.
SSLSocketWrapper(SSLSocket) - Constructor for class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
Creates new socket wrapper for a given SSL socket.
STAY_ON_CLOSE - Static variable in class edu.emory.mathcs.util.io.FragmentInputStream
Closing policy that leaves the underlying stream opened at the current position.
ScheduledExecutorService - interface edu.emory.mathcs.backport.java.util.concurrent.ScheduledExecutorService.
An ExecutorService that can schedule commands to run after a given delay, or to execute periodically.
ScheduledFuture - interface edu.emory.mathcs.backport.java.util.concurrent.ScheduledFuture.
A delayed result-bearing action that can be cancelled.
ScheduledThreadPoolExecutor - class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor.
A ThreadPoolExecutor that can additionally schedule commands to run after a given delay, or to execute periodically.
ScheduledThreadPoolExecutor(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given core pool size.
ScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
SecureAsyncTask - class edu.emory.mathcs.util.concurrent.SecureAsyncTask.
Variant of AsyncTask that overrides method createPerformer so that it always runs with a fixed access control context and thread context inherited from the caller of createPerformer method.
SecureAsyncTask() - Constructor for class edu.emory.mathcs.util.concurrent.SecureAsyncTask
 
SecureAsyncTask(Callback) - Constructor for class edu.emory.mathcs.util.concurrent.SecureAsyncTask
 
SecureByteArrayOutputStream - class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream.
Variant of ByteArrayOutputStream that ensures that all data is cleared from temporary arrays before they are unreferenced.
SecureByteArrayOutputStream() - Constructor for class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
 
SecureByteArrayOutputStream(int) - Constructor for class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
 
SecureThreadPoolExecutor - class edu.emory.mathcs.util.concurrent.SecureThreadPoolExecutor.
Version of ThreadPoolExecutor that ensures propagation of access control context and thread context from call initiator to the thread executing the call.
SecureThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue) - Constructor for class edu.emory.mathcs.util.concurrent.SecureThreadPoolExecutor
Creates a new SecureThreadPoolExecutor with the given initial parameters and default thread factory and handler.
SecureThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, ThreadGroup, String) - Constructor for class edu.emory.mathcs.util.concurrent.SecureThreadPoolExecutor
Creates a new SecureThreadPoolExecutor with the given initial parameters and default thread factory and handler.
SecureThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, RejectedExecutionHandler) - Constructor for class edu.emory.mathcs.util.concurrent.SecureThreadPoolExecutor
Creates a new SecureThreadPoolExecutor with the given initial parameters.
SecureThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, ThreadGroup, String, RejectedExecutionHandler) - Constructor for class edu.emory.mathcs.util.concurrent.SecureThreadPoolExecutor
Creates a new SecureThreadPoolExecutor with the given initial parameters.
Semaphore - class edu.emory.mathcs.backport.java.util.concurrent.Semaphore.
A counting semaphore.
Semaphore(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Creates a with the given number of permits and nonfair fairness setting.
Semaphore(int, boolean) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Creates a with the given number of permits and the given fairness setting.
ServerSocketWrapper - class edu.emory.mathcs.util.net.ServerSocketWrapper.
Wrapper for server sockets which enables to add functionality in subclasses on top of existing, bound server sockets.
ServerSocketWrapper(ServerSocket) - Constructor for class edu.emory.mathcs.util.net.ServerSocketWrapper
Creates new socket wrapper for a given server socket.
SharingProtocolException - exception edu.emory.mathcs.util.remote.locks.SharingProtocolException.
 
SharingProtocolException() - Constructor for class edu.emory.mathcs.util.remote.locks.SharingProtocolException
 
SharingProtocolException(String) - Constructor for class edu.emory.mathcs.util.remote.locks.SharingProtocolException
 
SharingProtocolException(String, Throwable) - Constructor for class edu.emory.mathcs.util.remote.locks.SharingProtocolException
 
SharingProtocolException(Throwable) - Constructor for class edu.emory.mathcs.util.remote.locks.SharingProtocolException
 
ShortArrayList - class edu.emory.mathcs.util.collections.shorts.ShortArrayList.
Array-based list of short numbers.
ShortArrayList() - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortArrayList
Creates a ShortArrayList with initial capacity of 10.
ShortArrayList(int) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortArrayList
Creates a ShortArrayList with the specified initial capacity.
ShortArrayList(ShortCollection) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortArrayList
Creates a ShortArrayList, copying to it all elements from the specified short collection, in the order as returned by that collection's iterator.
ShortCollection - interface edu.emory.mathcs.util.collections.shorts.ShortCollection.
 
ShortCollections - class edu.emory.mathcs.util.collections.shorts.ShortCollections.
 
ShortCollections.SimpleInterval - class edu.emory.mathcs.util.collections.shorts.ShortCollections.SimpleInterval.
 
ShortCollections.SimpleInterval(short, short) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortCollections.SimpleInterval
 
ShortInterval - interface edu.emory.mathcs.util.collections.shorts.ShortInterval.
Represents the interval of numbers, of the form [a0 ,,, an].
ShortIntervalSet - class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet.
Set of short numbers that is optimized towards clustered distributions.
ShortIntervalSet() - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
Creates a new set of shorts.
ShortIntervalSet(short, short) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
ShortIntervalSet(ShortCollection) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
ShortIntervalSet(ShortSet) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
ShortIterator - interface edu.emory.mathcs.util.collections.shorts.ShortIterator.
Iterator over a collection of short numbers.
ShortList - interface edu.emory.mathcs.util.collections.shorts.ShortList.
List of short numbers.
ShortListIterator - interface edu.emory.mathcs.util.collections.shorts.ShortListIterator.
Iterator over a list of short numbers.
ShortMap - interface edu.emory.mathcs.util.collections.shorts.ShortMap.
Map from short keys to object values.
ShortMap.Entry - interface edu.emory.mathcs.util.collections.shorts.ShortMap.Entry.
Represents the mapping from a short key to an object value.
ShortRadkeHashMap - class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap.
Hash map with short keys.
ShortRadkeHashMap() - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
ShortRadkeHashMap(int) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
ShortRadkeHashMap(int, short, short) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
ShortRadkeHashMap(int, float, float) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
ShortRadkeHashMap(int, short, short, float, float) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
ShortRadkeHashMap(ShortMap) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
ShortRadkeHashSet - class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet.
Hash set of short numbers.
ShortRadkeHashSet() - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
ShortRadkeHashSet(int) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
ShortRadkeHashSet(int, short, short) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
ShortRadkeHashSet(int, float, float) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
ShortRadkeHashSet(int, short, short, float, float) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
ShortRadkeHashSet(ShortSet) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
ShortRadkeHashSet(ShortCollection) - Constructor for class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
ShortSet - interface edu.emory.mathcs.util.collections.shorts.ShortSet.
Set is a collection with no duplicate elements.
ShortSortedSet - interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet.
Sorted set is a collection with no duplicate elements.
SocketWrapper - class edu.emory.mathcs.util.net.SocketWrapper.
Wrapper for sockets which enables to add functionality in subclasses on top of existing, connected sockets.
SocketWrapper(Socket) - Constructor for class edu.emory.mathcs.util.net.SocketWrapper
Creates new socket wrapper for a given socket.
SynchronousQueue - class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue.
A blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa.
SynchronousQueue() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with nonfair access policy.
SynchronousQueue(boolean) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with specified fairness policy.
safeThreadFactory() - Static method in class edu.emory.mathcs.util.concurrent.ExecutorUtils
Returns a thread factory implementation that attempts to ensure that created threads are equivalent regardless of threads that request creation.
schedule(Runnable, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Callable, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ScheduledExecutorService
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
schedule(Runnable, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
 
schedule(Callable, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
 
sendUrgentData(int) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Unsupported.
sendUrgentData(int) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
sendUrgentData(int) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
set(int, Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
set(int, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
set(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
Sets the result of this Future to the given value unless this future has already been set or has been cancelled.
set(boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Unconditionally sets to the given value.
set(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Sets to the given value.
set(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Sets the element at position i to the given value.
set(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Sets to the given value.
set(int, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Sets the element at position i to the given value.
set(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Unconditionally sets the value of both the reference and mark.
set(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Sets to the given value.
set(int, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Sets the element at position i to the given value.
set(Object, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Unconditionally sets the value of both the reference and stamp.
set(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntListIterator
 
set(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongListIterator
 
set(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortListIterator
 
set(Object) - Method in class edu.emory.mathcs.util.concurrent.DelegatableThreadLocal
 
setAlarmDelay(long) - Method in class edu.emory.mathcs.util.concurrent.AlarmClock
Reschedule previously scheduled task.
setAlarmDelayIfSooner(long) - Method in class edu.emory.mathcs.util.concurrent.AlarmClock
Reschedule previously scheduled task unless it would postpone it.
setAt(int, int) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
setAt(int, int) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
Sets the value at the specified index.
setAt(int, long) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
setAt(int, long) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
Sets the value at the specified index.
setAt(int, short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
setAt(int, short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
Sets the value at the specified index.
setAttribute(Element, String, String) - Static method in class edu.emory.mathcs.util.xml.DOMUtils
 
setBooleanProperty(Properties, String, boolean) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
setBound(TunnelServerSocket.Dispatcher, int, int) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
setCompleted(Object) - Method in class edu.emory.mathcs.util.concurrent.AsyncTask
Marks the task as completed.
setCompleted(Object) - Method in class edu.emory.mathcs.util.gc.FinalizationStatus
 
setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
setCorePoolSize(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Sets the core number of threads.
setEnableSessionCreation(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
setEnableSessionCreation(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setEnabledCipherSuites(String[]) - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
setEnabledCipherSuites(String[]) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setEnabledProtocols(String[]) - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
setEnabledProtocols(String[]) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setException(Throwable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
Causes this future to report an ExecutionException with the given throwable as its cause, unless this Future has already been set or has been cancelled.
setExecutable(File, boolean) - Static method in class edu.emory.mathcs.util.natives.FilesystemUtils
 
setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
setFailed(Throwable) - Method in class edu.emory.mathcs.util.concurrent.AsyncTask
Marks the task as failed.
setFailed(Throwable) - Method in class edu.emory.mathcs.util.gc.FinalizationStatus
 
setInitialFocus() - Method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
setIntegerProperty(Properties, String, int) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
setKeepAlive(boolean) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Does nothing.
setKeepAlive(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setKeepAlive(boolean) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
setKeepAliveTime(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Sets the time limit for which threads may remain idle before being terminated.
setMaximumPoolSize(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Sets the maximum allowed number of threads.
setMyState(RemoteEisMcGLock.Participant.State) - Method in interface edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Backend
 
setNeedClientAuth(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
setNeedClientAuth(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setOOBInline(boolean) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Does nothing.
setOOBInline(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setOOBInline(boolean) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
setOrRemoveProperty(Properties, String, String) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
setPrivate(File) - Static method in class edu.emory.mathcs.util.natives.FilesystemUtils
 
setProperty(Properties, String, String) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
setReceiveBufferSize(int) - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
setReceiveBufferSize(int) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
setReceiveBufferSize(int) - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
setReceiveBufferSize(int) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setReceiveBufferSize(int) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
setReceiveBufferSize(int) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Sets a new handler for unexecutable tasks.
setReuseAddress(boolean) - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
setReuseAddress(boolean) - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
setReuseAddress(boolean) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Does nothing.
setReuseAddress(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
setReuseAddress(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setReuseAddress(boolean) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
setReuseAddress(boolean) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
setSendBufferSize(int) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
setSendBufferSize(int) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setSendBufferSize(int) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
setSoLinger(boolean, int) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Does nothing.
setSoLinger(boolean, int) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setSoLinger(boolean, int) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
setSoTimeout(int) - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
setSoTimeout(int) - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
setSoTimeout(int) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
setSoTimeout(int) - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
setSoTimeout(int) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setSoTimeout(int) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
setSoTimeout(int) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
setTcpNoDelay(boolean) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Does nothing.
setTcpNoDelay(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setTcpNoDelay(boolean) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
setThreadFactory(ThreadFactory) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Sets the thread factory used to create new threads.
setThreadFactory(ThreadFactory) - Method in class edu.emory.mathcs.util.concurrent.SecureThreadPoolExecutor
This method is disabled to prevent circumventing the context delegation performed by thie executor.
setTrafficClass(int) - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
Does nothing.
setTrafficClass(int) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setTrafficClass(int) - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
setTurnID(Comparable) - Method in interface edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Backend
Sets turn holder to a given participant ID
setUseClientMode(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
setUseClientMode(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
setValue(Object) - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
Replaces the value corresponding to this entry with the specified value.
setValue(Object) - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
set the element value
setValue(Object) - Method in interface edu.emory.mathcs.util.collections.ints.IntMap.Entry
Assigns a new value to the given key, and returns the old value.
setValue(Object) - Method in interface edu.emory.mathcs.util.collections.longs.LongMap.Entry
Assigns a new value to the given key, and returns the old value.
setValue(Object) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap.Entry
Assigns a new value to the given key, and returns the old value.
setWantClientAuth(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
setWantClientAuth(boolean) - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
shift(String[]) - Static method in class edu.emory.mathcs.util.ArgvUtils
 
shift(String[], int) - Static method in class edu.emory.mathcs.util.ArgvUtils
 
showConfirmDialog(Component, Object, Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
showConfirmDialog(Component, Object, String, int, Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
showConfirmDialog(Component, Object, String, int, int, Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
showConfirmDialog(Component, Object, String, int, int, Icon, Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
showMessageDialog(Component, Object, Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
showMessageDialog(Component, Object, String, int, Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
showMessageDialog(Component, Object, String, int, Icon, Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
showOptionDialog(Component, Object, String, int, int, Object[], Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
showOptionDialog(Component, Object, String, int, int, Icon, Object[], Object) - Static method in class edu.emory.mathcs.util.swing.JDetailedMessageBox
 
shuffle(List) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
shuffle(List, Random) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
shutdown() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdownInput() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
shutdownInput() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
shutdownInput() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
shutdownInputQuietly(Socket) - Static method in class edu.emory.mathcs.util.io.IOUtils
 
shutdownNow() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownOutput() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
shutdownOutput() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
shutdownOutput() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
shutdownOutputQuietly(Socket) - Static method in class edu.emory.mathcs.util.io.IOUtils
 
signal(WaitQueue.QueuedSync) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.WaitNode
 
signal() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Condition
Wakes up one waiting thread.
signal() - Method in interface edu.emory.mathcs.util.remote.locks.RemoteCondition
Wakes up one waiting thread.
signalAll() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Condition
Wakes up all waiting threads.
signalAll() - Method in interface edu.emory.mathcs.util.remote.locks.RemoteCondition
Wakes up all waiting threads.
singleton(Object) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
singletonList(Object) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
singletonMap(Object, Object) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
sink - Variable in class edu.emory.mathcs.util.io.BufferedPipe
Sink of the pipe.
sink() - Method in class edu.emory.mathcs.util.io.BufferedPipe
Returns the sink of this pipe, from where reader can read data.
size() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Returns the number of elements in this deque.
size() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Returns the number of elements in this deque.
size() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
size() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Returns the number of elements in this priority queue.
size() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
size() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Returns the number of elements in this queue.
size() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Returns the number of elements in this deque.
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Returns the number of elements in this queue.
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns the number of key-value mappings in this map.
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns the number of elements in this set.
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Returns the number of elements in this set.
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
 
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Returns the number of elements in this deque.
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Returns the number of elements in this queue.
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
 
size() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Always returns zero.
size - Variable in class edu.emory.mathcs.util.allocator.Allocator.Buffer
 
size() - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
size() - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
size() - Method in class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
size() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
size() - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
size() - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Returns the number of elements in this collection.
size() - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
size() - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Returns the number of entries in this map.
size() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
size() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
size() - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Returns the number of elements in this set.
size() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
size() - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
size() - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Returns the number of elements in this collection.
size() - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
size() - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Returns the number of entries in this map.
size() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
size() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
size() - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Returns the number of elements in this set.
size() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
size() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
size() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
size() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
size() - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
size() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Returns the number of elements in this collection.
size() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
size() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Returns the number of entries in this map.
size() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
size() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
size() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Returns the number of elements in this set.
size() - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Returns the number of items in this queue.
size64() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
size64() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
size64() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractComplementSubView
 
size64() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
size64() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
size64() - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
size64() - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Returns the number of elements in this collection.
size64() - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
size64() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
size64() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
size64() - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Returns the number of elements in this set.
size64() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
size64() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
size64() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractComplementSubView
 
size64() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
size64() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
size64() - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
size64() - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
// PREPROC: Long,Int only Returns the number of elements in this collection.
size64() - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
size64() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
size64() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
size64() - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
// PREPROC: Long,Int only Returns the number of elements in this set.
size64() - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
skip(long) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Skips at most skip bytes.
skip(long) - Method in class edu.emory.mathcs.util.io.FragmentInputStream
 
skip(long) - Method in interface edu.emory.mathcs.util.io.Input
 
skip(long) - Method in class edu.emory.mathcs.util.io.NullInputStream
Returns 0.
skip(long) - Method in class edu.emory.mathcs.util.remote.io.RemoteInputStream
 
skip(long) - Method in interface edu.emory.mathcs.util.remote.io.server.RemoteInputStreamSrv
 
skip(long) - Method in class edu.emory.mathcs.util.remote.io.server.impl.RemoteInputStreamSrvImpl
 
skipBytes(int) - Method in class edu.emory.mathcs.util.io.BufferedDataInputStream
Deprecated. Skips at most skip bytes.
skipInErr(long) - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
skipInErr(long) - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
skipInIn(long) - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
skipInIn(long) - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
sleep(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Performs a Thread.sleep using this unit.
snapshotValue(Object) - Method in class edu.emory.mathcs.util.concurrent.DelegatableThreadLocal
 
sort(long[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(long[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(int[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(int[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(short[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(short[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(char[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(char[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(byte[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(byte[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(double[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(double[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(float[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(float[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(Object[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(Object[], Comparator) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(Object[], int, int, Comparator) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
sort(List) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
sort(List, Comparator) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
source - Variable in class edu.emory.mathcs.util.io.BufferedPipe
Source of the pipe.
source() - Method in class edu.emory.mathcs.util.io.BufferedPipe
Returns the source of this pipe, where writer can write data.
start(Executor, Callable) - Static method in class edu.emory.mathcs.util.concurrent.AsyncTask
Schedules specified task with given executor, and returns completion handle that can be used to access the result or to cancel the task.
start(Executor, Callable, Callback) - Static method in class edu.emory.mathcs.util.concurrent.AsyncTask
Schedules specified task with given executor, and returns completion handle that can be used to access the result or to cancel the task.
start(Executor, Callable, Callback, boolean) - Static method in class edu.emory.mathcs.util.concurrent.AsyncTask
Schedules specified task with given executor, and returns completion handle that can be used to access the result or to cancel the task.
start(Executor, Callable) - Static method in class edu.emory.mathcs.util.concurrent.SecureAsyncTask
Schedules specified task with given executor, and returns completion handle that can be used to access the result or to cancel the task.
start(Executor, Callable, Callback) - Static method in class edu.emory.mathcs.util.concurrent.SecureAsyncTask
Schedules specified task with given executor, and returns completion handle that can be used to access the result or to cancel the task.
start(Executor, Callable, Callback, boolean) - Static method in class edu.emory.mathcs.util.concurrent.SecureAsyncTask
Schedules specified task with given executor, and returns completion handle that can be used to access the result or to cancel the task.
start() - Method in class edu.emory.mathcs.util.gc.ReferenceCleaner
 
startHandshake() - Method in class edu.emory.mathcs.util.net.ssl.SSLSocketWrapper
 
stop() - Method in class edu.emory.mathcs.util.gc.ReferenceCleaner
 
stopThread(Thread) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
Stops specified thread.
stopThread(Thread, ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
Stops specified thread with specified cause.
stopThread(Thread, long, ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
Stops specified thread with specified timeout and cause.
stopThreadGroup(ThreadGroup, long) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
stopThreadGroup(ThreadGroup, long, boolean, ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
stopThreadGroup(ThreadGroup, long, Thread[], ThreadDeath) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
string2uris(String) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
subList(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
subList(int, int) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
subList(int, int) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
subList(int, int) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
subList(int, int) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
subList(int, int) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
subList(int, int) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
subMap(Object, boolean, Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a view of the portion of this map whose keys range from to .
subMap(Object, Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
subMap(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
subMap(Object, boolean, Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
subMap(Object, boolean, Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
 
subMap(Object, Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
 
subMap(Object, boolean, Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
subMap(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
subSet(Object, boolean, Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns a view of the portion of this set whose elements range from to .
subSet(Object, Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
subSet(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
subSet(Object, boolean, Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
subSet(Object, boolean, Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
subSet(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
subSet(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ComplementView
 
subSet(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval.ConstrainedView
 
subSet(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
subSet(int, int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet.AbstractSubView
 
subSet(int, int) - Method in class edu.emory.mathcs.util.collections.ints.IntIntervalSet
 
subSet(int, int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
A subset view containing all elements from this set between first, inclusive, and last, inclusive.
subSet(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ComplementView
 
subSet(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval.ConstrainedView
 
subSet(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
subSet(long, long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet.AbstractSubView
 
subSet(long, long) - Method in class edu.emory.mathcs.util.collections.longs.LongIntervalSet
 
subSet(long, long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
A subset view containing all elements from this set between first, inclusive, and last, inclusive.
subSet(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ComplementView
 
subSet(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval.ConstrainedView
 
subSet(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
subSet(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet.AbstractSubView
 
subSet(short, short) - Method in class edu.emory.mathcs.util.collections.shorts.ShortIntervalSet
 
subSet(short, short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
A subset view containing all elements from this set between first, inclusive, and last, inclusive.
submit(Runnable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
submit(Runnable, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
submit(Callable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
submit(Callable) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.CompletionService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.CompletionService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Callable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ExecutorCompletionService
 
submit(Runnable, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ExecutorCompletionService
 
submit(Callable) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
 
submit(Runnable, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
 
submit(Callable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
 
suspendThread(Thread) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
suspendThreadGroup(ThreadGroup, long, boolean) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
suspendThreadGroup(ThreadGroup, long, Thread[]) - Static method in class edu.emory.mathcs.util.concurrent.ThreadUtils
 
swap(List, int, int) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
synchronizedCollection(Collection) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
synchronizedList(List) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
synchronizedMap(Map) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
synchronizedSet(Set) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
synchronizedSortedMap(SortedMap) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
synchronizedSortedSet(SortedSet) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 

T

TeeInputStream - class edu.emory.mathcs.util.io.TeeInputStream.
Filter input stream that - in addition to normal processing - writes a copy of the data, as it is being read, to a specified output stream.
TeeInputStream(InputStream, OutputStream) - Constructor for class edu.emory.mathcs.util.io.TeeInputStream
Creates a new tee input stream that reads from a specified input and sends a copy to a specified output.
TeeInputStream(InputStream, OutputStream, boolean, boolean) - Constructor for class edu.emory.mathcs.util.io.TeeInputStream
Creates a new tee input stream that reads from a specified input, sends a copy to a specified output, and has specified flushing and closing policy.
TeeInputStream(InputStream, OutputStream, boolean, boolean, boolean) - Constructor for class edu.emory.mathcs.util.io.TeeInputStream
Creates a new tee input stream that reads from a specified input, sends a copy to a specified output, and has specified flushing and closing policy.
ThreadContext - class edu.emory.mathcs.util.concurrent.ThreadContext.
Represents an immutable snapshot of a thread state.
ThreadFactory - interface edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory.
An object that creates new threads on demand.
ThreadHelpers - class edu.emory.mathcs.backport.java.util.concurrent.helpers.ThreadHelpers.
Emulation of some new functionality present in java.lang.Thread in J2SE 5.0.
ThreadHelpers.UncaughtExceptionHandler - interface edu.emory.mathcs.backport.java.util.concurrent.helpers.ThreadHelpers.UncaughtExceptionHandler.
Abstraction of the exception handler which receives notifications of exceptions occurred possibly in various parts of the system.
ThreadPoolExecutor - class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.
An ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured using Executors factory methods.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters and default thread factory and rejected execution handler.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, ThreadFactory) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters and default rejected execution handler.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, RejectedExecutionHandler) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters and default thread factory.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, ThreadFactory, RejectedExecutionHandler) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters.
ThreadPoolExecutor.AbortPolicy - class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.AbortPolicy.
A handler for rejected tasks that throws a RejectedExecutionException.
ThreadPoolExecutor.AbortPolicy() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.AbortPolicy
Creates an AbortPolicy.
ThreadPoolExecutor.CallerRunsPolicy - class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy.
A handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method, unless the executor has been shut down, in which case the task is discarded.
ThreadPoolExecutor.CallerRunsPolicy() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
Creates a CallerRunsPolicy.
ThreadPoolExecutor.DiscardOldestPolicy - class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy.
A handler for rejected tasks that discards the oldest unhandled request and then retries execute, unless the executor is shut down, in which case the task is discarded.
ThreadPoolExecutor.DiscardOldestPolicy() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy
Creates a DiscardOldestPolicy for the given executor.
ThreadPoolExecutor.DiscardPolicy - class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.DiscardPolicy.
A handler for rejected tasks that silently discards the rejected task.
ThreadPoolExecutor.DiscardPolicy() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
Creates a DiscardPolicy.
ThreadSafeBufferedInputStream - class edu.emory.mathcs.util.io.ThreadSafeBufferedInputStream.
Buffered input stream that behaves correctly under asynchronous close.
ThreadSafeBufferedInputStream(InputStream) - Constructor for class edu.emory.mathcs.util.io.ThreadSafeBufferedInputStream
 
ThreadSerializingExecutor - class edu.emory.mathcs.util.concurrent.ThreadSerializingExecutor.
The executor that delegates to other executor (usually pooling executor) but ensures that tasks scheduled from a single thread are executed sequentially.
ThreadSerializingExecutor(Executor) - Constructor for class edu.emory.mathcs.util.concurrent.ThreadSerializingExecutor
Creates a new thread serializing executor that delegates to the specified executor.
ThreadUtils - class edu.emory.mathcs.util.concurrent.ThreadUtils.
Low-level thread access utilities.
TimeUnit - class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit.
A TimeUnit represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units.
TimedInput - interface edu.emory.mathcs.util.io.TimedInput.
Input source that supports read with timeouts.
TimedRedirectibleInput - interface edu.emory.mathcs.util.io.TimedRedirectibleInput.
Input source that is both redirectible and supports timeout read.
TimeoutException - exception edu.emory.mathcs.backport.java.util.concurrent.TimeoutException.
Exception thrown when a blocking operation times out.
TimeoutException() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.TimeoutException
Constructs a TimeoutException with no specified detail message.
TimeoutException(String) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.TimeoutException
Constructs a TimeoutException with the specified detail message.
TreeMap - class edu.emory.mathcs.backport.java.util.TreeMap.
Sorted map implementation based on a red-black tree and implementing all the methods from the NavigableMap interface.
TreeMap() - Constructor for class edu.emory.mathcs.backport.java.util.TreeMap
 
TreeMap(Comparator) - Constructor for class edu.emory.mathcs.backport.java.util.TreeMap
 
TreeMap(SortedMap) - Constructor for class edu.emory.mathcs.backport.java.util.TreeMap
 
TreeMap(Map) - Constructor for class edu.emory.mathcs.backport.java.util.TreeMap
 
TreeMap.Entry - class edu.emory.mathcs.backport.java.util.TreeMap.Entry.
 
TreeMap.Entry(Object, Object) - Constructor for class edu.emory.mathcs.backport.java.util.TreeMap.Entry
Make a new node with given element, null links, and BLACK color.
TreeSet - class edu.emory.mathcs.backport.java.util.TreeSet.
 
TreeSet() - Constructor for class edu.emory.mathcs.backport.java.util.TreeSet
 
TreeSet(Comparator) - Constructor for class edu.emory.mathcs.backport.java.util.TreeSet
 
TreeSet(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.TreeSet
 
TreeSet(SortedSet) - Constructor for class edu.emory.mathcs.backport.java.util.TreeSet
 
TunnelServerSocket - class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket.
 
TunnelServerSocket(TunnelServerSocket.TunnelFactory) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
TunnelServerSocket(TunnelServerSocket.TunnelFactory, TunnelSocketAddress) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
TunnelServerSocket(TunnelServerSocket.TunnelFactory, TunnelSocketAddress, int) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
TunnelServerSocket() - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
TunnelServerSocket(InetSocketAddress, int) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
TunnelServerSocket.PlainTunnelFactory - class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket.PlainTunnelFactory.
 
TunnelServerSocket.TunnelFactory - interface edu.emory.mathcs.util.net.tunnel.TunnelServerSocket.TunnelFactory.
 
TunnelSocket - class edu.emory.mathcs.util.net.tunnel.TunnelSocket.
 
TunnelSocket(Socket, TunnelSocketAddress) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
TunnelSocket(TunnelSocketAddress) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
TunnelSocket(InetSocketAddress, int) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
TunnelSocket(Socket) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
TunnelSocket() - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
TunnelSocket(Socket, int) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
TunnelSocket(Socket, int, int) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
TunnelSocketAddress - class edu.emory.mathcs.util.net.tunnel.TunnelSocketAddress.
Represents a composite address of tunnelled socket.
TunnelSocketAddress(int) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelSocketAddress
 
TunnelSocketAddress(SocketAddress, int) - Constructor for class edu.emory.mathcs.util.net.tunnel.TunnelSocketAddress
 
tailMap(Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a view of the portion of this map whose keys are greater than (or equal to, if is true) .
tailMap(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
tailMap(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
tailMap(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
tailMap(Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
 
tailMap(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
 
tailMap(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
tailMap(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
tailSet(Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns a view of the portion of this set whose elements are greater than (or equal to, if is true) .
tailSet(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
tailSet(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
tailSet(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
tailSet(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
tailSet(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
tailSet(int) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
tailSet(int) - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
A subset view containing all elements from this set that are not smaller than first.
tailSet(long) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
tailSet(long) - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
A subset view containing all elements from this set that are not smaller than first.
tailSet(short) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
tailSet(short) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
A subset view containing all elements from this set that are not smaller than first.
tail_ - Variable in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
take() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
 
take() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), waiting if necessary until an element becomes available.
take() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Retrieves and removes the head of this queue, waiting if necessary until an element becomes available.
take() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.CompletionService
Retrieves and removes the Future representing the next completed task, waiting if none are yet present.
take() - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue.
take() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ExecutorCompletionService
 
take() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
take() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
 
take() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
 
take() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Retrieves and removes the head of this queue, waiting if necessary for another thread to insert it.
take() - Method in class edu.emory.mathcs.util.concurrent.DynamicArrayBlockingQueue
Retrieve and remove the first element from the queue, waiting if no objects are present on the queue.
takeFirst() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Retrieves and removes the first element of this deque, waiting if necessary until an element becomes available.
takeFirst() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
takeLast() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Retrieves and removes the last element of this deque, waiting if necessary until an element becomes available.
takeLast() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
takeOver(WaitQueue.WaitNode) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.QueuedSync
 
terminated() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Method invoked when the Executor has terminated.
timedJoin(Thread, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Performs a timed Thread.join using this time unit.
timedRead(long) - Method in interface edu.emory.mathcs.util.io.TimedInput
Read a byte of data if available within specified timeout.
timedRead(byte[], long) - Method in interface edu.emory.mathcs.util.io.TimedInput
Reads some number of bytes of data from the input stream into an array of bytes.
timedRead(byte[], int, int, long) - Method in interface edu.emory.mathcs.util.io.TimedInput
Reads up to len bytes of data from the input stream into an array of bytes.
timedRedirect(OutputStream, int, long) - Method in interface edu.emory.mathcs.util.io.TimedRedirectibleInput
Reads with timeout and redirects up to the len bytes of data to a specified output stream.
timedWait(Object, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Performs a timed Object.wait using this time unit.
toArray() - Method in class edu.emory.mathcs.backport.java.util.AbstractCollection
 
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.AbstractCollection
 
toArray() - Method in class edu.emory.mathcs.backport.java.util.AbstractList
 
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.AbstractList
 
toArray() - Method in class edu.emory.mathcs.backport.java.util.AbstractSequentialList
 
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.AbstractSequentialList
 
toArray() - Method in class edu.emory.mathcs.backport.java.util.AbstractSet
 
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.AbstractSet
 
toArray() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Returns an array containing all of the elements in this deque in proper sequence (from first to last element).
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Returns an array containing all of the elements in this deque in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
toArray() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Returns an array containing all of the elements in this queue.
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
toArray() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
toArray() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence.
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
toArray() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Returns an array containing all of the elements in this set.
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray() - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Returns an array containing all of the elements in this queue.
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
toArray() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Returns an array containing all of the elements in this deque, in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence.
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Returns an array containing all of the elements in this queue.
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
toArray() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Returns a zero-length array.
toArray(Object[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Sets the zeroeth element of the specified array to null (if the array has non-zero length) and returns it.
toArray(Object[]) - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
toArray() - Method in class edu.emory.mathcs.util.collections.RadkeHashSet
 
toArray() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
toArray(int[]) - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
toArray() - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
toArray(int[]) - Method in class edu.emory.mathcs.util.collections.ints.IntArrayList
 
toArray() - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Returns the newly allocated array containing all numbers from this collection, in the order returned by its iterator.
toArray(int[]) - Method in interface edu.emory.mathcs.util.collections.ints.IntCollection
Returns an array containing all of the numbers in this collection.
toArray() - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
toArray(int[]) - Method in interface edu.emory.mathcs.util.collections.ints.IntList
 
toArray(int[]) - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
toArray() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashSet
 
toArray() - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Returns the newly allocated array containing all numbers from this set, in the order returned by its iterator.
toArray(int[]) - Method in interface edu.emory.mathcs.util.collections.ints.IntSet
Returns an array containing all of the numbers in this set.
toArray() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
toArray(long[]) - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
toArray() - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
toArray(long[]) - Method in class edu.emory.mathcs.util.collections.longs.LongArrayList
 
toArray() - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Returns the newly allocated array containing all numbers from this collection, in the order returned by its iterator.
toArray(long[]) - Method in interface edu.emory.mathcs.util.collections.longs.LongCollection
Returns an array containing all of the numbers in this collection.
toArray() - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
toArray(long[]) - Method in interface edu.emory.mathcs.util.collections.longs.LongList
 
toArray(long[]) - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
toArray() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashSet
 
toArray() - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Returns the newly allocated array containing all numbers from this set, in the order returned by its iterator.
toArray(long[]) - Method in interface edu.emory.mathcs.util.collections.longs.LongSet
Returns an array containing all of the numbers in this set.
toArray() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
toArray(short[]) - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
toArray() - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
toArray(short[]) - Method in class edu.emory.mathcs.util.collections.shorts.ShortArrayList
 
toArray() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Returns the newly allocated array containing all numbers from this collection, in the order returned by its iterator.
toArray(short[]) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortCollection
Returns an array containing all of the numbers in this collection.
toArray() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
toArray(short[]) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortList
 
toArray(short[]) - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
toArray() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashSet
 
toArray() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Returns the newly allocated array containing all numbers from this set, in the order returned by its iterator.
toArray(short[]) - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSet
Returns an array containing all of the numbers in this set.
toCompactString() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
 
toCompactString() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
Returns the interval-string representation of this set (suitable for representing sets that are possibly large but clustered).
toCompactString() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
 
toCompactString() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
Returns the interval-string representation of this set (suitable for representing sets that are possibly large but clustered).
toCompactString() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortSortedSet
 
toCompactString() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
Returns the interval-string representation of this set (suitable for representing sets that are possibly large but clustered).
toDays(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Equivalent to DAYS.convert(duration, this).
toHours(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Equivalent to HOURS.convert(duration, this).
toMicros(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Equivalent to MICROSECONDS.convert(duration, this).
toMillis(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Equivalent to MILLISECONDS.convert(duration, this).
toMinutes(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Equivalent to MINUTES.convert(duration, this).
toNanos(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Equivalent to NANOSECONDS.convert(duration, this).
toSeconds(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Equivalent to SECONDS.convert(duration, this).
toString() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
Returns a String representation of this map entry.
toString() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
Returns a String representation of this map entry.
toString(long[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
toString(int[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
toString(short[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
toString(char[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
toString(byte[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
toString(boolean[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
toString(float[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
toString(double[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
toString(Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
toString() - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
 
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
 
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
Returns a string identifying this latch, as well as its state.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
 
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
 
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Returns a string identifying this semaphore, as well as its state.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
 
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Returns the String representation of the current value.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Returns the String representation of the current value.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Returns the String representation of the current values of array.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Returns the String representation of the current value.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Returns the String representation of the current values of array.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Returns the String representation of the current value.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Returns the String representation of the current values of array.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
 
toString() - Method in class edu.emory.mathcs.util.classloader.ResourceHandle
 
toString() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntCollection
 
toString() - Method in class edu.emory.mathcs.util.collections.ints.AbstractIntInterval
 
toString() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
toString() - Method in interface edu.emory.mathcs.util.collections.ints.IntSortedSet
 
toString() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongCollection
 
toString() - Method in class edu.emory.mathcs.util.collections.longs.AbstractLongInterval
 
toString() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
toString() - Method in interface edu.emory.mathcs.util.collections.longs.LongSortedSet
 
toString() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortCollection
 
toString() - Method in class edu.emory.mathcs.util.collections.shorts.AbstractShortInterval
 
toString() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
toString() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortSortedSet
 
toString() - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
toString() - Method in class edu.emory.mathcs.util.net.inproc.InProcServerSocket
 
toString() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocket
 
toString() - Method in class edu.emory.mathcs.util.net.inproc.InProcSocketAddress
 
toString() - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
toString() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket.PlainTunnelFactory
 
toString() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelServerSocket
 
toString() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocket
 
toString() - Method in class edu.emory.mathcs.util.net.tunnel.TunnelSocketAddress
 
toUTF(char[]) - Static method in class edu.emory.mathcs.util.security.CharStrings
Converts the specified character array into its UTF-8 encoding.
toUTF(char[], int, int) - Static method in class edu.emory.mathcs.util.security.CharStrings
Converts a portion of the specified character array into its UTF-8 encoding.
tryAcquire() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires a permit from this semaphore, only if one is available at the time of invocation.
tryAcquire(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires a permit from this semaphore, if one becomes available within the given waiting time and the current thread has not been interrupted.
tryAcquire(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, only if all are available at the time of invocation.
tryAcquire(int, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, if all become available within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Lock
Acquires the lock only if it is free at the time of invocation.
tryLock(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Lock
Acquires the lock if it is free within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Acquires the lock only if it is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Acquires the lock if it is not held by another thread within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock only if the write lock is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock if the write lock is not held by another thread within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock only if it is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock if it is not held by another thread within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class edu.emory.mathcs.util.concurrent.ReentrantNamedLock
Acquires the lock only if it is free at the time of invocation.

Acquires the lock if it is available and returns immediately with the value . If the lock is not available then this method will return immediately with the value .

A typical usage idiom for this method would be:

      Lock lock = ...;
      if (lock.tryLock()) {
          try {
              // manipulate protected state
          } finally {
              lock.unlock();
          }
      } else {
          // perform alternative actions
      }
 
This usage ensures that the lock is unlocked if it was acquired, and doesn't try to unlock if the lock was not acquired.
tryLock(long, TimeUnit) - Method in class edu.emory.mathcs.util.concurrent.ReentrantNamedLock
Acquires the lock if it is free within the given waiting time and the current thread has not been interrupted.

If the lock is available this method returns immediately with the value . If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until one of three things happens:

  • The lock is acquired by the current thread; or
  • Some other thread interrupts the current thread, and interruption of lock acquisition is supported; or
  • The specified waiting time elapses

If the lock is acquired then the value is returned.

If the current thread:

  • has its interrupted status set on entry to this method; or
  • is interrupted while acquiring the lock, and interruption of lock acquisition is supported,
then InterruptedException is thrown and the current thread's interrupted status is cleared.

If the specified waiting time elapses then the value is returned. If the time is less than or equal to zero, the method will not wait at all.

Implementation Considerations

The ability to interrupt a lock acquisition in some implementations may not be possible, and if possible may be an expensive operation. The programmer should be aware that this may be the case. An implementation should document when this is the case.

An implementation can favor responding to an interrupt over normal method return, or reporting a timeout.

A implementation may be able to detect erroneous use of the lock, such as an invocation that would cause deadlock, and may throw an (unchecked) exception in such circumstances. The circumstances and the exception type must be documented by that implementation.

tryLock(long, TimeUnit) - Method in class edu.emory.mathcs.util.remote.locks.AbstractPollingLock
Acquires the remote lock if it is free within the given waiting time and the current thread has not been interrupted. If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until one of three things happens:
  • The lock is acquired by the current thread; or
  • Some other thread interrupts the current thread, and interruption of lock acquisition is supported; or
  • The specified waiting time elapses
tryLock() - Method in class edu.emory.mathcs.util.remote.locks.ReentrantDistributedLock
Acquires the remote lock only if it is free at the time of invocation. If the lock is not available then this method will return immediately with the value false.
tryLock(long, TimeUnit) - Method in class edu.emory.mathcs.util.remote.locks.ReentrantDistributedLock
Acquires the remote lock if it is free within the given waiting time and the current thread has not been interrupted. If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until one of three things happens:
  • The lock is acquired by the current thread; or
  • Some other thread interrupts the current thread, and interruption of lock acquisition is supported; or
  • The specified waiting time elapses
tryLock() - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock
Acquires the remote lock only if it is free at the time of invocation. If the lock is not available then this method will return immediately with the value false.
tryLock(long, TimeUnit) - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock
Acquires the remote lock if it is free within the given waiting time and the current thread has not been interrupted. If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant until one of three things happens:
  • The lock is acquired by the current thread; or
  • Some other thread interrupts the current thread, and interruption of lock acquisition is supported; or
  • The specified waiting time elapses
tryLock() - Method in interface edu.emory.mathcs.util.remote.locks.RemoteLock
Acquires the remote lock only if it is free at the time of invocation.
tryLock(long, TimeUnit) - Method in interface edu.emory.mathcs.util.remote.locks.RemoteLock
Acquires the remote lock if it is free within the given waiting time and the current thread has not been interrupted.

U

URIClassLoader - class edu.emory.mathcs.util.classloader.URIClassLoader.
Equivalent of java.net.URLClassloader but without bugs related to ill-formed URLs and with customizable JAR caching policy.
URIClassLoader(URI[]) - Constructor for class edu.emory.mathcs.util.classloader.URIClassLoader
Creates URIClassLoader with the specified search path.
URIClassLoader(URI[], URLStreamHandler) - Constructor for class edu.emory.mathcs.util.classloader.URIClassLoader
Creates URIClassLoader with the specified search path.
URIClassLoader(URI[], ClassLoader) - Constructor for class edu.emory.mathcs.util.classloader.URIClassLoader
Creates URIClassLoader with the specified search path and parent class loader.
URIClassLoader(URI[], ClassLoader, URLStreamHandler) - Constructor for class edu.emory.mathcs.util.classloader.URIClassLoader
Creates URIClassLoader with the specified search path and parent class loader.
UserPasswdPanel - class edu.emory.mathcs.util.swing.UserPasswdPanel.
The small dialog allowing the user to enter the username and password.
UserPasswdPanel() - Constructor for class edu.emory.mathcs.util.swing.UserPasswdPanel
 
Utils - class edu.emory.mathcs.backport.java.util.concurrent.helpers.Utils.
This class groups together the functionality of java.util.concurrent that cannot be fully and reliably implemented in backport, but for which some form of emulation is possible.
uncaughtException(Thread, Throwable) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.helpers.ThreadHelpers.UncaughtExceptionHandler
Notification of the uncaught exception that occurred within specified thread.
unconfigurableExecutorService(ExecutorService) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns an object that delegates all defined ExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts.
unconfigurableScheduledExecutorService(ScheduledExecutorService) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns an object that delegates all defined ScheduledExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts.
unescapeString(String) - Static method in class edu.emory.mathcs.util.PropertyUtils
 
unlock() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Lock
Releases the lock.
unlock() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Attempts to release this lock.
unlock() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Attempts to release this lock.
unlock() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Attempts to release this lock.
unlock() - Method in class edu.emory.mathcs.util.concurrent.ReentrantNamedLock
Releases the lock.

Implementation Considerations

A implementation will usually impose restrictions on which thread can release a lock (typically only the holder of the lock can release it) and may throw an (unchecked) exception if the restriction is violated. Any restrictions and the exception type must be documented by that implementation.

unlock() - Method in class edu.emory.mathcs.util.remote.locks.ReentrantDistributedLock
Releases the remote lock.
unlock() - Method in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock
Releases the remote lock.
unlock() - Method in interface edu.emory.mathcs.util.remote.locks.RemoteLock
Releases the remote lock.
unmodifiableCollection(Collection) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
unmodifiableList(List) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
unmodifiableMap(Map) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
unmodifiableSet(Set) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
unmodifiableSortedMap(SortedMap) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
unmodifiableSortedSet(SortedSet) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
unrecognized() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
 
uris2string(URI[]) - Static method in class edu.emory.mathcs.util.PropertyUtils
 

V

VolatileHashMap - class edu.emory.mathcs.util.collections.VolatileHashMap.
Deprecated. use WeakValueHashMap
VolatileHashMap(int, float) - Constructor for class edu.emory.mathcs.util.collections.VolatileHashMap
Deprecated.  
VolatileHashMap(int) - Constructor for class edu.emory.mathcs.util.collections.VolatileHashMap
Deprecated.  
VolatileHashMap() - Constructor for class edu.emory.mathcs.util.collections.VolatileHashMap
Deprecated.  
VolatileHashMap(Map) - Constructor for class edu.emory.mathcs.util.collections.VolatileHashMap
Deprecated.  
values() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a Collection view of the values contained in this map.
values() - Static method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
 
values() - Method in class edu.emory.mathcs.util.collections.RadkeHashMap
 
values() - Method in interface edu.emory.mathcs.util.collections.ints.IntMap
Returns the read-only view of values in this map, as a Collection.
values() - Method in class edu.emory.mathcs.util.collections.ints.IntRadkeHashMap
 
values() - Method in interface edu.emory.mathcs.util.collections.longs.LongMap
Returns the read-only view of values in this map, as a Collection.
values() - Method in class edu.emory.mathcs.util.collections.longs.LongRadkeHashMap
 
values() - Method in interface edu.emory.mathcs.util.collections.shorts.ShortMap
Returns the read-only view of values in this map, as a Collection.
values() - Method in class edu.emory.mathcs.util.collections.shorts.ShortRadkeHashMap
 
verifySSLServerHostname(X509Certificate, String) - Static method in class edu.emory.mathcs.util.security.CertUtils
 

W

WAITING - Static variable in class edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant.State
 
WaitQueue - class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.
Base class for internal queue classes for semaphores, etc.
WaitQueue() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
WaitQueue.QueuedSync - interface edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.QueuedSync.
 
WaitQueue.WaitNode - class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.WaitNode.
 
WaitQueue.WaitNode() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.WaitNode
 
WeakIdentityHashMap - class edu.emory.mathcs.util.collections.WeakIdentityHashMap.
Hash map implementation with weak keys and identity-based comparison semantics.
WeakIdentityHashMap() - Constructor for class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
WeakIdentityHashMap(int) - Constructor for class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
WeakIdentityHashMap(int, float) - Constructor for class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
WeakIdentityHashMap(Map) - Constructor for class edu.emory.mathcs.util.collections.WeakIdentityHashMap
 
WeakValueHashMap - class edu.emory.mathcs.util.collections.WeakValueHashMap.
Hash map that refers to values via weak references, thus not keeping them from garbage collection.
WeakValueHashMap(int, float) - Constructor for class edu.emory.mathcs.util.collections.WeakValueHashMap
Creates new WeakValueHashMap with specified initial capacity and load factor.
WeakValueHashMap(int) - Constructor for class edu.emory.mathcs.util.collections.WeakValueHashMap
Creates new WeakValueHashMap with specified initial capacity and a default load factor.
WeakValueHashMap() - Constructor for class edu.emory.mathcs.util.collections.WeakValueHashMap
Creates new WeakValueHashMap with a default initial capacity and a default load factor.
WeakValueHashMap(Map) - Constructor for class edu.emory.mathcs.util.collections.WeakValueHashMap
Creates new WeakValueHashMap with specified initial capacity and a default load factor, and copies to it all the mappings from the specified map.
waitFor() - Method in class edu.emory.mathcs.util.remote.RemoteProcess
Causes the current thread to wait, if necessary, until the remote process has terminated.
waitFor() - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
waitFor() - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
waitForEvent(long) - Method in interface edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Backend
 
warning(SAXParseException) - Method in class edu.emory.mathcs.util.xml.AccumulatingErrorHandler
 
warning(SAXParseException) - Method in class edu.emory.mathcs.util.xml.ConsoleErrorHandler
 
weakCompareAndSet(boolean, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
weakCompareAndSet(long, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, long, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(Object, Object, boolean, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of both the reference and mark to the given update values if the current reference is == to the expected reference and the current mark is equal to the expected mark.
weakCompareAndSet(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
weakCompareAndSet(Object, Object, int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of both the reference and stamp to the given update values if the current reference is == to the expected reference and the current stamp is equal to the expected stamp.
weakValueMap(Map) - Method in class edu.emory.mathcs.util.collections.CollectionUtils
Returns the map wrapped so that it refers to the values via weak references, thus not keeping them from garbage collection.
wrap(PrivilegedAction) - Method in class edu.emory.mathcs.util.concurrent.ThreadContext
 
wrap(PrivilegedExceptionAction) - Method in class edu.emory.mathcs.util.concurrent.ThreadContext
 
wrapAcceptedSocket(Socket) - Method in class edu.emory.mathcs.util.net.ServerSocketWrapper
 
wrapAcceptedSocket(Socket) - Method in class edu.emory.mathcs.util.net.compressed.CompressedServerSocketWrapper
 
wrapAcceptedSocket(SSLSocket) - Method in class edu.emory.mathcs.util.net.ssl.SSLServerSocketWrapper
 
write(byte[], int, int) - Method in class edu.emory.mathcs.util.io.Base64Encoder
 
write(int) - Method in class edu.emory.mathcs.util.io.Base64Encoder
 
write(byte[]) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes an array of bytes into the output stream.
write(byte[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes lng of bytes into the output stream.
write(int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes a byte into the output stream.
write(int) - Method in class edu.emory.mathcs.util.io.CompressedOutputStream
 
write(byte[], int, int) - Method in class edu.emory.mathcs.util.io.CompressedOutputStream
 
write(byte[]) - Method in class edu.emory.mathcs.util.io.ForkOutputStream
 
write(byte[], int, int) - Method in class edu.emory.mathcs.util.io.ForkOutputStream
 
write(int) - Method in class edu.emory.mathcs.util.io.ForkOutputStream
 
write(byte[], int, int) - Method in class edu.emory.mathcs.util.io.NullOutputStream
Does nothing.
write(int) - Method in class edu.emory.mathcs.util.io.NullOutputStream
Does nothing.
write(int) - Method in class edu.emory.mathcs.util.remote.io.RemoteOutputStream
 
write(byte[]) - Method in class edu.emory.mathcs.util.remote.io.RemoteOutputStream
 
write(byte[], int, int) - Method in class edu.emory.mathcs.util.remote.io.RemoteOutputStream
 
write(byte[]) - Method in interface edu.emory.mathcs.util.remote.io.server.RemoteOutputStreamSrv
 
write(byte[]) - Method in class edu.emory.mathcs.util.remote.io.server.impl.RemoteOutputStreamSrvImpl
 
write(int) - Method in class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
 
write(byte[], int, int) - Method in class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
 
writeBoolean(boolean) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes a boolean into the output stream.
writeBooleans(boolean[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes exactly lng of booleans to the stream starting from booleans[off].
writeByte(int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes a byte into the output stream.
writeBytes(byte[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes exactly lng of bytes to the stream starting from bytes[off].
writeBytes(String) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes a string as an array of bytes into the output stream.
writeChar(int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes a char into the output stream.
writeChars(char[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes exactly lng of chars to the stream starting from chars[off].
writeChars(String) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes a string as an array of chars into the output stream.
writeDouble(double) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes a double into the output stream.
writeDoubles(double[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes exactly lng of doubles to the stream starting from doubles[off].
writeExternal(ObjectOutput) - Method in class edu.emory.mathcs.util.remote.RemoteProcess
 
writeExternal(ObjectOutput) - Method in class edu.emory.mathcs.util.remote.io.RemoteInputStream
 
writeExternal(ObjectOutput) - Method in class edu.emory.mathcs.util.remote.io.RemoteOutputStream
 
writeFloat(float) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes a float into the output stream.
writeFloats(float[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes exactly lng of floats to the stream starting from floats[off].
writeInt(int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes an integer into the output stream.
writeInts(int[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes exactly lng of integers to the stream starting from ints[off].
writeLock() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.ReadWriteLock
Returns the lock used for writing.
writeLock() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
 
writeLong(long) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes a long into the output stream.
writeLongs(long[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes exactly lng of longs to the stream starting from longs[off].
writeShort(int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes a short into the output stream.
writeShorts(short[], int, int) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes exactly lng of shorts to the stream starting from shorts[off].
writeToOut(byte[]) - Method in interface edu.emory.mathcs.util.remote.server.RemoteProcessSrv
 
writeToOut(byte[]) - Method in class edu.emory.mathcs.util.remote.server.impl.RemoteProcessSrvImpl
 
writeUTF(String) - Method in class edu.emory.mathcs.util.io.BufferedDataOutputStream
Deprecated. Writes a string in the UTF into the output stream.
writeUTF(OutputStream, char[]) - Static method in class edu.emory.mathcs.util.security.CharStrings
Writes the specified character array to the output stream using UTF-8 encoding.
writeUTF(OutputStream, char[], int, int) - Static method in class edu.emory.mathcs.util.security.CharStrings
Writes a portion of the specified character array to the output stream using UTF-8 encoding.

A B C D E F G H I J K L M N O P Q R S T U V W