|
|||||||||
Home >> All >> edu >> emory >> mathcs >> [ util overview ] | PREV NEXT |
A
- AbstractIntMap - class edu.emory.mathcs.util.AbstractIntMap.
- This class provides a skeletal implementation of the IntMap interface, to minimize the effort required to implement this interface.
- AbstractIntMap() - Constructor for class edu.emory.mathcs.util.AbstractIntMap
- Sole constructor.
- AbstractQueue - class edu.emory.mathcs.util.AbstractQueue.
- AbstractQueue provides default implementations of add, remove, and element based on offer, poll, and peek, respectively but that throw exceptions instead of indicating failure via false or null returns.
- AbstractQueue() - Constructor for class edu.emory.mathcs.util.AbstractQueue
- ArgvUtils - class edu.emory.mathcs.util.ArgvUtils.
- To be reengineered.
- ArgvUtils() - Constructor for class edu.emory.mathcs.util.ArgvUtils
- ArgvUtils.OptionEntry - class edu.emory.mathcs.util.ArgvUtils.OptionEntry.
- To be reengineered.
- ArgvUtils.OptionEntry(String, String) - Constructor for class edu.emory.mathcs.util.ArgvUtils.OptionEntry
- ArgvUtils.OptionIterator - class edu.emory.mathcs.util.ArgvUtils.OptionIterator.
- To be reengineered.
- ArgvUtils.OptionIterator(String[]) - Constructor for class edu.emory.mathcs.util.ArgvUtils.OptionIterator
- add(Object) - Method in class edu.emory.mathcs.util.AbstractQueue
- add(long) - Method in class edu.emory.mathcs.util.RangeBasedSetOfLongs
- Adds an element to the set if it is not already present.
- args - Variable in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
B
- base - Variable in class edu.emory.mathcs.util.VolatileHashMap.Entry.ValueRef
- baseSet - Variable in class edu.emory.mathcs.util.RangeBasedSetOfLongs
C
- capacity() - Method in class edu.emory.mathcs.util.HashIntMap
- checkForComodification() - Method in class edu.emory.mathcs.util.PriorityQueue.Itr
- clear() - Method in class edu.emory.mathcs.util.AbstractIntMap
- Removes all mappings from this map (optional operation).
- clear() - Method in class edu.emory.mathcs.util.AbstractQueue
- clear() - Method in class edu.emory.mathcs.util.HashIntMap
- Removes all mappings from this map.
- clear() - Method in interface edu.emory.mathcs.util.IntMap
- Removes all mappings from this map (optional operation).
- clear() - Method in class edu.emory.mathcs.util.PriorityQueue
- Remove all elements from the priority queue.
- clear() - Method in class edu.emory.mathcs.util.RangeBasedSetOfLongs
- Removes all elements from the set.
- clear() - Method in class edu.emory.mathcs.util.VolatileHashMap.EntrySet
- clear() - Method in class edu.emory.mathcs.util.VolatileHashMap.KeySet
- clear() - Method in class edu.emory.mathcs.util.VolatileHashMap.Values
- clear() - Method in class edu.emory.mathcs.util.VolatileHashMap
- Removes all mappings from this map.
- clear() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.EntrySet
- clear() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.KeySet
- clear() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Values
- clear() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Removes all mappings from this map.
- clone() - Method in class edu.emory.mathcs.util.HashIntMap.Entry
- clone() - Method in class edu.emory.mathcs.util.HashIntMap
- Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
- comparator - Variable in class edu.emory.mathcs.util.PriorityQueue
- The comparator, or null if priority queue uses elements' natural ordering.
- comparator() - Method in class edu.emory.mathcs.util.PriorityQueue
- Returns the comparator associated with this priority queue, or null if it uses its elements' natural ordering.
- comparator - Static variable in class edu.emory.mathcs.util.RangeBasedSetOfLongs
- contains(long) - Method in class edu.emory.mathcs.util.RangeBasedSetOfLongs.Range
- contains(long) - Method in class edu.emory.mathcs.util.RangeBasedSetOfLongs
- Checks whether the set contains a given element
- contains(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap.EntrySet
- contains(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap.KeySet
- contains(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap.Values
- contains(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.EntrySet
- contains(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.KeySet
- contains(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Values
- containsKey(int) - Method in class edu.emory.mathcs.util.AbstractIntMap
- Returns true if this map contains a mapping for the specified key.
- containsKey(int) - Method in class edu.emory.mathcs.util.HashIntMap
- Returns true if this map contains a mapping for the specified key.
- containsKey(int) - Method in interface edu.emory.mathcs.util.IntMap
- Returns true if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Returns true if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Returns true if this map contains a mapping for the specified key.
- containsNullValue() - Method in class edu.emory.mathcs.util.VolatileHashMap
- Special-case code for containsValue with null argument
- containsNullValue() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Special-case code for containsValue with null argument
- containsValue(Object) - Method in class edu.emory.mathcs.util.AbstractIntMap
- Returns true if this map maps one or more keys to this value.
- containsValue(Object) - Method in class edu.emory.mathcs.util.HashIntMap
- Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface edu.emory.mathcs.util.IntMap
- Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Returns true if this map maps one or more keys to the specified value.
- count - Variable in class edu.emory.mathcs.util.HashIntMap
- The total number of mappings in the hash table.
- currentKey - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap.HashIterator
- Strong reference needed to avoid disappearance of key between nextEntry() and any use of the entry
- currentVal - Variable in class edu.emory.mathcs.util.VolatileHashMap.HashIterator
- Strong reference needed to avoid disappearance of entry between nextEntry() and any use of the entry
- cursor - Variable in class edu.emory.mathcs.util.PriorityQueue.Itr
- Index (into queue array) of element to be returned by subsequent call to next.
D
- DEFAULT_INITIAL_CAPACITY - Static variable in class edu.emory.mathcs.util.PriorityQueue
- DEFAULT_INITIAL_CAPACITY - Static variable in class edu.emory.mathcs.util.VolatileHashMap
- The default initial capacity -- MUST be a power of two.
- DEFAULT_INITIAL_CAPACITY - Static variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- The default initial capacity -- MUST be a power of two.
- DEFAULT_LOAD_FACTOR - Static variable in class edu.emory.mathcs.util.VolatileHashMap
- The load fast used when none specified in constructor.
- DEFAULT_LOAD_FACTOR - Static variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- The load fast used when none specified in constructor.
- defaultMacros - Static variable in class edu.emory.mathcs.util.PropertyUtils
E
- ENTRIES - Static variable in class edu.emory.mathcs.util.HashIntMap
- 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.util - package edu.emory.mathcs.util
- element() - Method in class edu.emory.mathcs.util.AbstractQueue
- element() - Method in interface edu.emory.mathcs.util.Queue
- Return, but do not remove, an element from the queue.
- emptyHashIterator - Static variable in class edu.emory.mathcs.util.HashIntMap
- end - Variable in class edu.emory.mathcs.util.RangeBasedSetOfLongs.Range
- ensureNoValue() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
- entry - Variable in class edu.emory.mathcs.util.HashIntMap.HashIterator
- entry - Variable in class edu.emory.mathcs.util.VolatileHashMap.HashIterator
- entry - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap.HashIterator
- entrySet() - Method in class edu.emory.mathcs.util.AbstractIntMap
- Returns a set view of the mappings contained in this map.
- entrySet - Variable in class edu.emory.mathcs.util.HashIntMap
- entrySet() - Method in class edu.emory.mathcs.util.HashIntMap
- Returns a collection view of the mappings contained in this map.
- entrySet() - Method in interface edu.emory.mathcs.util.IntMap
- Returns a set view of the mappings contained in this map.
- entrySet - Variable in class edu.emory.mathcs.util.VolatileHashMap
- entrySet() - Method in class edu.emory.mathcs.util.VolatileHashMap
- Returns a collection view of the mappings contained in this map.
- entrySet - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- entrySet() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Returns a collection view of the mappings contained in this map.
- enumerate(Properties) - Static method in class edu.emory.mathcs.util.PropertyUtils
- Iterates the properties and returns textual representaion
- eq(Object, Object) - Static method in class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry
- eq(Object, Object) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Check for equality of non-null reference x and possibly-null y.
- eq(Object, Object) - Static method in class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry
- equals(Object) - Method in class edu.emory.mathcs.util.AbstractIntMap
- Compares the specified object with this map for equality.
- equals(Object) - Method in class edu.emory.mathcs.util.HashIntMap.Entry
- equals(Object) - Method in interface edu.emory.mathcs.util.IntMap.Entry
- Compares the specified object with this entry for equality.
- equals(Object) - Method in interface edu.emory.mathcs.util.IntMap
- Compares the specified object with this map for equality.
- equals(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap.Entry
- equals(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry
- equals(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Entry
- equals(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry
- escapeReplacement(String) - Static method in class edu.emory.mathcs.util.PropertyUtils
- escapeString(String) - Static method in class edu.emory.mathcs.util.PropertyUtils
- expand(String) - Static method in class edu.emory.mathcs.util.PropertyUtils
- Expands provided string resolving macro templates using values of default macros 55 .
- expand(String, Map) - Static method in class edu.emory.mathcs.util.PropertyUtils
- Expands provided string resolving macro templates against supplied macros.
- expectedModCount - Variable in class edu.emory.mathcs.util.HashIntMap.HashIterator
- The modCount value that the iterator believes that the backing List should have.
- expectedModCount - Variable in class edu.emory.mathcs.util.PriorityQueue.Itr
- The modCount value that the iterator believes that the backing List should have.
- expectedModCount - Variable in class edu.emory.mathcs.util.VolatileHashMap.HashIterator
- expectedModCount - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap.HashIterator
- expungeStaleEntries() - Method in class edu.emory.mathcs.util.VolatileHashMap
- Expunge stale entries from the table.
- expungeStaleEntries() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Expunge stale entries from the table.
F
- fixDown(int) - Method in class edu.emory.mathcs.util.PriorityQueue
- Establishes the heap invariant (described above) in the subtree rooted at k, which is assumed to satisfy the heap invariant except possibly for node k itself (which may be greater than its children).
- fixUp(int) - Method in class edu.emory.mathcs.util.PriorityQueue
- Establishes the heap invariant (described above) assuming the heap satisfies the invariant except possibly for the leaf-node indexed by k (which may have a nextExecutionTime less than its parent's).
G
- get(int) - Method in class edu.emory.mathcs.util.AbstractIntMap
- Returns the value to which this map maps the specified key.
- get(int) - Method in class edu.emory.mathcs.util.HashIntMap
- Returns the value to which this map maps the specified key.
- get(int) - Method in interface edu.emory.mathcs.util.IntMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Returns the value to which the specified key is mapped in this volatile hash map, or null if the map contains no mapping for this key.
- get(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Returns the value to which the specified key is mapped in this weak hash map, or null if the map contains no mapping for this key.
- getDefaultMacros() - Static method in class edu.emory.mathcs.util.PropertyUtils
- Returns default macros used by the
PropertyUtils.expand(java.lang.String)
55 method. - getEntry(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Returns the entry associated with the specified key in the HashMap.
- getEntry(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Returns the entry associated with the specified key in the HashMap.
- getHashIterator(int) - Method in class edu.emory.mathcs.util.HashIntMap
- getInsertionPoint(long) - Method in class edu.emory.mathcs.util.RangeBasedSetOfLongs
- getKey() - Method in class edu.emory.mathcs.util.HashIntMap.Entry
- getKey() - Method in interface edu.emory.mathcs.util.IntMap.Entry
- Returns the key corresponding to this entry.
- getKey() - Method in class edu.emory.mathcs.util.VolatileHashMap.Entry
- getKey() - Method in class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry
- getKey() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Entry
- getKey() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry
- getKeysStartingWith(Properties, String) - Static method in class edu.emory.mathcs.util.PropertyUtils
- getMacroExpansionPattern() - Static method in class edu.emory.mathcs.util.PropertyUtils
- getName() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
- getOffset() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
- 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
- getRemainingArgs() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
- getTable() - Method in class edu.emory.mathcs.util.VolatileHashMap
- Return the table after first expunging stale entries
- getTable() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Return the table after first expunging stale entries
- getTimeOfDay() - Static method in class edu.emory.mathcs.util.NativeTimer
- Returns current system time in microseconds
- getValue() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
- getValue(String) - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
- getValue() - Method in class edu.emory.mathcs.util.HashIntMap.Entry
- getValue() - Method in interface edu.emory.mathcs.util.IntMap.Entry
- Returns the value corresponding to this entry.
- getValue() - Method in class edu.emory.mathcs.util.VolatileHashMap.Entry
- getValue() - Method in class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry
- getValue() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Entry
- getValue() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry
H
- HashIntMap - class edu.emory.mathcs.util.HashIntMap.
- Hash table based implementation of the IntMap interface.
- HashIntMap(int, float) - Constructor for class edu.emory.mathcs.util.HashIntMap
- Constructs a new, empty map with the specified initial capacity and the specified load factor.
- HashIntMap(int) - Constructor for class edu.emory.mathcs.util.HashIntMap
- Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
- HashIntMap() - Constructor for class edu.emory.mathcs.util.HashIntMap
- Constructs a new, empty map with a default capacity and load factor, which is 0.75.
- HashIntMap(Map) - Constructor for class edu.emory.mathcs.util.HashIntMap
- Constructs a new map with the same mappings as the given map.
- HashIntMap.EmptyHashIterator - class edu.emory.mathcs.util.HashIntMap.EmptyHashIterator.
- HashIntMap.EmptyHashIterator() - Constructor for class edu.emory.mathcs.util.HashIntMap.EmptyHashIterator
- HashIntMap.Entry - class edu.emory.mathcs.util.HashIntMap.Entry.
- HashMap collision list entry.
- HashIntMap.Entry(int, Object, HashIntMap.Entry) - Constructor for class edu.emory.mathcs.util.HashIntMap.Entry
- HashIntMap.HashIterator - class edu.emory.mathcs.util.HashIntMap.HashIterator.
- HashIntMap.HashIterator(int) - Constructor for class edu.emory.mathcs.util.HashIntMap.HashIterator
- hasNext() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
- hasNext() - Method in class edu.emory.mathcs.util.HashIntMap.EmptyHashIterator
- hasNext() - Method in class edu.emory.mathcs.util.HashIntMap.HashIterator
- hasNext() - Method in class edu.emory.mathcs.util.PriorityQueue.Itr
- hasNext() - Method in class edu.emory.mathcs.util.VolatileHashMap.HashIterator
- hasNext() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.HashIterator
- hash - Variable in class edu.emory.mathcs.util.VolatileHashMap.Entry
- hash(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Return a hash code for non-null Object x.
- hash - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap.Entry
- hash(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Return a hash code for non-null Object x.
- hashCode() - Method in class edu.emory.mathcs.util.AbstractIntMap
- Returns the hash code value for this map.
- hashCode() - Method in class edu.emory.mathcs.util.HashIntMap.Entry
- hashCode() - Method in interface edu.emory.mathcs.util.IntMap.Entry
- Returns the hash code value for this map entry.
- hashCode() - Method in interface edu.emory.mathcs.util.IntMap
- Returns the hash code value for this map.
- hashCode() - Method in class edu.emory.mathcs.util.VolatileHashMap.Entry
- hashCode() - Method in class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry
- hashCode() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Entry
- hashCode() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry
I
- IntMap - interface edu.emory.mathcs.util.IntMap.
- An object that maps int keys to values.
- IntMap.Entry - interface edu.emory.mathcs.util.IntMap.Entry.
- A map entry (key-value pair).
- idx - Variable in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
- idx - Variable in class edu.emory.mathcs.util.Sequence
- increment - Variable in class edu.emory.mathcs.util.Sequence
- index - Variable in class edu.emory.mathcs.util.HashIntMap.HashIterator
- index - Variable in class edu.emory.mathcs.util.VolatileHashMap.HashIterator
- index - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap.HashIterator
- indexFor(int, int) - Static method in class edu.emory.mathcs.util.VolatileHashMap
- Return index for hash code h.
- indexFor(int, int) - Static method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Return index for hash code h.
- initidx - Variable in class edu.emory.mathcs.util.Sequence
- isEmpty() - Method in class edu.emory.mathcs.util.AbstractIntMap
- Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class edu.emory.mathcs.util.HashIntMap
- Returns true if this map contains no key-value mappings.
- isEmpty() - Method in interface edu.emory.mathcs.util.IntMap
- Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class edu.emory.mathcs.util.VolatileHashMap
- Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Returns true if this map contains no key-value mappings.
- isOption(String) - Static method in class edu.emory.mathcs.util.ArgvUtils
- iterator() - Method in class edu.emory.mathcs.util.PriorityQueue
- Returns an iterator over the elements in this priority queue.
- iterator() - Method in class edu.emory.mathcs.util.VolatileHashMap.EntrySet
- iterator() - Method in class edu.emory.mathcs.util.VolatileHashMap.KeySet
- iterator() - Method in class edu.emory.mathcs.util.VolatileHashMap.Values
- iterator() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.EntrySet
- iterator() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.KeySet
- iterator() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Values
K
- key - Variable in class edu.emory.mathcs.util.HashIntMap.Entry
- key - Variable in class edu.emory.mathcs.util.VolatileHashMap.Entry
- key - Variable in class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry
- key - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry
- keySet - Variable in class edu.emory.mathcs.util.VolatileHashMap
- Each of these fields are initialized to contain an instance of the appropriate view the first time this view is requested.
- keySet() - Method in class edu.emory.mathcs.util.VolatileHashMap
- Returns a set view of the keys contained in this map.
- keySet - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- Each of these fields are initialized to contain an instance of the appropriate view the first time this view is requested.
- keySet() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Returns a set view of the keys contained in this map.
L
- lastRet - Variable in class edu.emory.mathcs.util.PriorityQueue.Itr
- Index of element returned by most recent call to next or previous.
- lastReturned - Variable in class edu.emory.mathcs.util.HashIntMap.HashIterator
- lastReturned - Variable in class edu.emory.mathcs.util.VolatileHashMap.HashIterator
- lastReturned - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap.HashIterator
- loadFactor - Variable in class edu.emory.mathcs.util.HashIntMap
- The load factor for the hashtable.
- loadFactor() - Method in class edu.emory.mathcs.util.HashIntMap
- loadFactor - Variable in class edu.emory.mathcs.util.VolatileHashMap
- The load factor for the hash table.
- loadFactor - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- The load factor for the hash table.
- lookahead - Variable in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
- lookahead() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
- lookaheadIdx - Variable in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
M
- 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)>
System.mapLibraryName(java.lang.String)
55 . - MACRO_LOWERCASE - Static variable in class edu.emory.mathcs.util.PropertyUtils
- Utility macro which converts its argument to lower case.
- MACRO_PATTERN - Static variable in class edu.emory.mathcs.util.PropertyUtils
- Regular expression mathing macro patterns to be expanded
- 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.
- MAXIMUM_CAPACITY - Static variable in class edu.emory.mathcs.util.VolatileHashMap
- The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments.
- MAXIMUM_CAPACITY - Static variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments.
- macroPattern - Static variable in class edu.emory.mathcs.util.PropertyUtils
- Lazy instantiated regular expression Pattern
- maskNull(Object) - Static method in class edu.emory.mathcs.util.VolatileHashMap
- Use NULL_KEY for key if it is null.
- maskNull(Object) - Static method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Use NULL_KEY for key if it is null.
- maxidx - Variable in class edu.emory.mathcs.util.Sequence
- modCount - Variable in class edu.emory.mathcs.util.HashIntMap
- The number of times this HashMap has been structurally modified Structural modifications are those that change the number of mappings in the HashMap or otherwise modify its internal structure (e.g., rehash).
- modCount - Variable in class edu.emory.mathcs.util.PriorityQueue
- The number of times this priority queue has been structurally modified.
- modCount - Variable in class edu.emory.mathcs.util.VolatileHashMap
- The number of times this HashMap has been structurally modified Structural modifications are those that change the number of mappings in the HashMap or otherwise modify its internal structure (e.g., rehash).
- modCount - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- The number of times this HashMap has been structurally modified Structural modifications are those that change the number of mappings in the HashMap or otherwise modify its internal structure (e.g., rehash).
N
- NULL_KEY - Static variable in class edu.emory.mathcs.util.VolatileHashMap
- Value representing null keys inside tables.
- NULL_KEY - Static variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- Value representing null keys inside tables.
- NativeTimer - class edu.emory.mathcs.util.NativeTimer.
- Experimental interface to native function getTimeOfDay.
- NativeTimer() - Constructor for class edu.emory.mathcs.util.NativeTimer
- No instantiation
- name - Variable in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
- next() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionIterator
- next() - Method in class edu.emory.mathcs.util.HashIntMap.EmptyHashIterator
- next - Variable in class edu.emory.mathcs.util.HashIntMap.Entry
- next() - Method in class edu.emory.mathcs.util.HashIntMap.HashIterator
- next() - Method in class edu.emory.mathcs.util.PriorityQueue.Itr
- next() - Method in class edu.emory.mathcs.util.Sequence
- Returns the next index from this sequence.
- next - Variable in class edu.emory.mathcs.util.VolatileHashMap.Entry
- next() - Method in class edu.emory.mathcs.util.VolatileHashMap.EntryIterator
- next() - Method in class edu.emory.mathcs.util.VolatileHashMap.KeyIterator
- next() - Method in class edu.emory.mathcs.util.VolatileHashMap.ValueIterator
- next - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap.Entry
- next() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.EntryIterator
- next() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.KeyIterator
- next() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.ValueIterator
- nextEntry() - Method in class edu.emory.mathcs.util.VolatileHashMap.HashIterator
- The common parts of next() across different types of iterators
- nextEntry() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.HashIterator
- The common parts of next() across different types of iterators
- nextKey - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap.HashIterator
- Strong reference needed to avoid disappearance of key between hasNext and next
- nextVal - Variable in class edu.emory.mathcs.util.VolatileHashMap.HashIterator
- Strong reference needed to avoid disappearance of entry between hasNext and next
O
- offer(Object) - Method in class edu.emory.mathcs.util.PriorityQueue
- Add the specified element to this priority queue.
- offer(Object) - Method in interface edu.emory.mathcs.util.Queue
- Add the specified element to this queue, if possible.
P
- PriorityQueue - class edu.emory.mathcs.util.PriorityQueue.
- An unbounded priority queue based on a priority heap.
- PriorityQueue() - Constructor for class edu.emory.mathcs.util.PriorityQueue
- Create a new priority queue with the default initial capacity (11) that orders its elements according to their natural ordering (using Comparable.)
- PriorityQueue(int) - Constructor for class edu.emory.mathcs.util.PriorityQueue
- Create a new priority queue with the specified initial capacity that orders its elements according to their natural ordering (using Comparable.)
- PriorityQueue(int, Comparator) - Constructor for class edu.emory.mathcs.util.PriorityQueue
- Create a new priority queue with the specified initial capacity (11) that orders its elements according to the specified comparator.
- PriorityQueue(Collection) - Constructor for class edu.emory.mathcs.util.PriorityQueue
- Create a new priority queue containing the elements in the specified collection.
- PriorityQueue.Itr - class edu.emory.mathcs.util.PriorityQueue.Itr.
- PriorityQueue.Itr() - Constructor for class edu.emory.mathcs.util.PriorityQueue.Itr
- 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.
- peek() - Method in class edu.emory.mathcs.util.PriorityQueue
- Return, but do not remove, the minimal element from the priority queue, or return null if the queue is empty.
- peek() - Method in interface edu.emory.mathcs.util.Queue
- Return, but do not remove, an element from the queue, or null if the queue is empty.
- poll() - Method in class edu.emory.mathcs.util.PriorityQueue
- Remove and return the minimal element from this priority queue if it contains one or more elements, otherwise return null.
- poll() - Method in interface edu.emory.mathcs.util.Queue
- Remove and return an element from the queue if one is available.
- 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.
- props - Variable in class edu.emory.mathcs.util.PropertyUtils.PropertyExpansionMacro
- The properties to resolve against.
- put(int, Object) - Method in class edu.emory.mathcs.util.AbstractIntMap
- Associates the specified value with the specified key in this map (optional operation).
- put(int, Object) - Method in class edu.emory.mathcs.util.HashIntMap
- Associates the specified value with the specified key in this map.
- put(int, Object) - Method in interface edu.emory.mathcs.util.IntMap
- Associates the specified value with the specified key in this map (optional operation).
- put(Object, Object) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Associates the specified value with the specified key in this map.
- putAll(Map) - Method in class edu.emory.mathcs.util.AbstractIntMap
- Copies all of the mappings from the specified map to this map (optional operation).
- putAll(IntMap) - Method in class edu.emory.mathcs.util.HashIntMap
- Copies all of the mappings from the specified map to this one.
- putAll(IntMap) - Method in interface edu.emory.mathcs.util.IntMap
- Copies all of the mappings from the specified map to this map (optional operation).
- putAll(Map) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
- putAll(Map) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
Q
- Queue - interface edu.emory.mathcs.util.Queue.
- A Collection designed for holding elements prior to processing.
- q - Variable in class edu.emory.mathcs.util.VolatileHashMap.Entry.ValueRef
- queue - Variable in class edu.emory.mathcs.util.PriorityQueue
- Priority queue represented as a balanced binary heap: the two children of queue[n] are queue[2*n] and queue[2*n + 1].
- queue - Variable in class edu.emory.mathcs.util.VolatileHashMap
- Reference queue for cleared WeakEntries
- queue - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- Reference queue for cleared WeakEntries
R
- RangeBasedSetOfLongs - class edu.emory.mathcs.util.RangeBasedSetOfLongs.
- Set of long numbers that is optimized towards clustered distributions.
- RangeBasedSetOfLongs() - Constructor for class edu.emory.mathcs.util.RangeBasedSetOfLongs
- Creates a new set of longs.
- RangeBasedSetOfLongs.Range - class edu.emory.mathcs.util.RangeBasedSetOfLongs.Range.
- RangeBasedSetOfLongs.Range(long, long) - Constructor for class edu.emory.mathcs.util.RangeBasedSetOfLongs.Range
- readObject(ObjectInputStream) - Method in class edu.emory.mathcs.util.HashIntMap
- Reconstitute the HashMap instance from a stream (i.e., deserialize it).
- readObject(ObjectInputStream) - Method in class edu.emory.mathcs.util.PriorityQueue
- Reconstitute the ArrayList instance from a stream (that is, deserialize it).
- refqueue - Variable in class edu.emory.mathcs.util.VolatileHashMap.Entry
- rehash() - Method in class edu.emory.mathcs.util.HashIntMap
- Rehashes the contents of this map into a new HashMap instance with a larger capacity.
- remove(int) - Method in class edu.emory.mathcs.util.AbstractIntMap
- Removes the mapping for this key from this map if present (optional operation).
- remove() - Method in class edu.emory.mathcs.util.AbstractQueue
- remove() - Method in class edu.emory.mathcs.util.HashIntMap.EmptyHashIterator
- remove() - Method in class edu.emory.mathcs.util.HashIntMap.HashIterator
- remove(int) - Method in class edu.emory.mathcs.util.HashIntMap
- Removes the mapping for this key from this map if present.
- remove(int) - Method in interface edu.emory.mathcs.util.IntMap
- Removes the mapping for this key from this map if present (optional operation).
- remove() - Method in class edu.emory.mathcs.util.PriorityQueue.Itr
- remove(Object) - Method in class edu.emory.mathcs.util.PriorityQueue
- Removes a single instance of the specified element from this priority queue, if it is present.
- remove(int) - Method in class edu.emory.mathcs.util.PriorityQueue
- Removes and returns the ith element from queue.
- remove() - Method in interface edu.emory.mathcs.util.Queue
- Remove and return an element from the queue.
- remove(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap.EntrySet
- remove() - Method in class edu.emory.mathcs.util.VolatileHashMap.HashIterator
- remove(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap.KeySet
- remove(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Removes the mapping for this key from this map if present.
- remove(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.EntrySet
- remove() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.HashIterator
- remove(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.KeySet
- remove(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Removes the mapping for this key from this map if present.
- removeMapping(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Special version of remove needed by Entry set
- removeMapping(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Special version of remove needed by Entry set
- reset() - Method in class edu.emory.mathcs.util.Sequence
- Resets this sequence to its initial state.
- resize(int) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Rehashes the contents of this map into a new HashMap instance with a larger capacity.
- resize(int) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Rehashes the contents of this map into a new HashMap instance with a larger capacity.
S
- Sequence - class edu.emory.mathcs.util.Sequence.
- Objects of this class produce sequence of integer numbers.
- Sequence() - Constructor for class edu.emory.mathcs.util.Sequence
- Creates a new sequence with initial index of 0, maximum index of
Integer.MAX_VALUE
, and increment of 1. - Sequence(int) - Constructor for class edu.emory.mathcs.util.Sequence
- Creates a new sequence with specified initial index, maximum index of
Integer.MAX_VALUE
, and increment of 1. - Sequence(int, int) - Constructor for class edu.emory.mathcs.util.Sequence
- Creates a new sequence with specified initial and maximum index, and increment of 1.
- Sequence(int, int, int) - Constructor for class edu.emory.mathcs.util.Sequence
- Creates a new sequence with specified initial index, maximum index, and increment.
- setEnd(long) - Method in class edu.emory.mathcs.util.RangeBasedSetOfLongs.Range
- setStart(long) - Method in class edu.emory.mathcs.util.RangeBasedSetOfLongs.Range
- setValue(Object) - Method in class edu.emory.mathcs.util.HashIntMap.Entry
- setValue(Object) - Method in interface edu.emory.mathcs.util.IntMap.Entry
- Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap.Entry
- setValue(Object) - Method in class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry
- setValue(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Entry
- setValue(Object) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry
- setWrapAround(boolean) - Method in class edu.emory.mathcs.util.Sequence
- Sets the wrap-around flag for that sequence.
- shift(String[]) - Static method in class edu.emory.mathcs.util.ArgvUtils
- shift(String[], int) - Static method in class edu.emory.mathcs.util.ArgvUtils
- size() - Method in class edu.emory.mathcs.util.AbstractIntMap
- Returns the number of key-value mappings in this map.
- size() - Method in class edu.emory.mathcs.util.HashIntMap
- Returns the number of key-value mappings in this map.
- size() - Method in interface edu.emory.mathcs.util.IntMap
- Returns the number of key-value mappings in this map.
- size - Variable in class edu.emory.mathcs.util.PriorityQueue
- The number of elements in the priority queue.
- size() - Method in class edu.emory.mathcs.util.PriorityQueue
- Returns the number of elements in this priority queue.
- size() - Method in class edu.emory.mathcs.util.VolatileHashMap.EntrySet
- size() - Method in class edu.emory.mathcs.util.VolatileHashMap.KeySet
- size() - Method in class edu.emory.mathcs.util.VolatileHashMap.Values
- size - Variable in class edu.emory.mathcs.util.VolatileHashMap
- The number of key-value mappings contained in this weak hash map.
- size() - Method in class edu.emory.mathcs.util.VolatileHashMap
- Returns the number of key-value mappings in this map.
- size() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.EntrySet
- size() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.KeySet
- size() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Values
- size - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- The number of key-value mappings contained in this weak hash map.
- size() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Returns the number of key-value mappings in this map.
- start - Variable in class edu.emory.mathcs.util.RangeBasedSetOfLongs.Range
T
- table - Variable in class edu.emory.mathcs.util.HashIntMap.HashIterator
- table - Variable in class edu.emory.mathcs.util.HashIntMap
- The hash table data.
- table - Variable in class edu.emory.mathcs.util.VolatileHashMap
- The table, resized as necessary.
- table - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- The table, resized as necessary.
- threshold - Variable in class edu.emory.mathcs.util.HashIntMap
- The table is rehashed when its size exceeds this threshold.
- threshold - Variable in class edu.emory.mathcs.util.VolatileHashMap
- The next size value at which to resize (capacity * load factor).
- threshold - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- The next size value at which to resize (capacity * load factor).
- toArray() - Method in class edu.emory.mathcs.util.VolatileHashMap.EntrySet
- toArray(Object[]) - Method in class edu.emory.mathcs.util.VolatileHashMap.EntrySet
- toArray() - Method in class edu.emory.mathcs.util.VolatileHashMap.KeySet
- toArray(Object[]) - Method in class edu.emory.mathcs.util.VolatileHashMap.KeySet
- toArray() - Method in class edu.emory.mathcs.util.VolatileHashMap.Values
- toArray(Object[]) - Method in class edu.emory.mathcs.util.VolatileHashMap.Values
- toArray() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.EntrySet
- toArray(Object[]) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.EntrySet
- toArray() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.KeySet
- toArray(Object[]) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.KeySet
- toArray() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Values
- toArray(Object[]) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Values
- toString() - Method in class edu.emory.mathcs.util.AbstractIntMap
- Returns a string representation of this map.
- toString() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
- toString() - Method in class edu.emory.mathcs.util.HashIntMap.Entry
- toString() - Method in class edu.emory.mathcs.util.RangeBasedSetOfLongs.Range
- toString() - Method in class edu.emory.mathcs.util.RangeBasedSetOfLongs
- toString() - Method in class edu.emory.mathcs.util.VolatileHashMap.Entry
- toString() - Method in class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry
- toString() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.Entry
- toString() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry
- transfer(VolatileHashMap.Entry[], VolatileHashMap.Entry[]) - Method in class edu.emory.mathcs.util.VolatileHashMap
- Transfer all entries from src to dest tables
- transfer(WeakIdentityHashMap.Entry[], WeakIdentityHashMap.Entry[]) - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Transfer all entries from src to dest tables
- type - Variable in class edu.emory.mathcs.util.HashIntMap.HashIterator
U
- unescapeString(String) - Static method in class edu.emory.mathcs.util.PropertyUtils
- unmaskNull(Object) - Static method in class edu.emory.mathcs.util.VolatileHashMap
- Return internal representation of null key back to caller as null
- unmaskNull(Object) - Static method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Return internal representation of null key back to caller as null
- unrecognized() - Method in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
V
- VALUES - Static variable in class edu.emory.mathcs.util.HashIntMap
- VolatileHashMap - class edu.emory.mathcs.util.VolatileHashMap.
- A hashtable-based Map implementation with weak values.
- VolatileHashMap(int, float) - Constructor for class edu.emory.mathcs.util.VolatileHashMap
- Constructs a new, empty VolatileHashMap with the given initial capacity and the given load factor.
- VolatileHashMap(int) - Constructor for class edu.emory.mathcs.util.VolatileHashMap
- Constructs a new, empty VolatileHashMap with the given initial capacity and the default load factor, which is 0.75.
- VolatileHashMap() - Constructor for class edu.emory.mathcs.util.VolatileHashMap
- Constructs a new, empty VolatileHashMap with the default initial capacity (16) and the default load factor (0.75).
- VolatileHashMap(Map) - Constructor for class edu.emory.mathcs.util.VolatileHashMap
- Constructs a new VolatileHashMap with the same mappings as the specified Map.
- VolatileHashMap.Entry - class edu.emory.mathcs.util.VolatileHashMap.Entry.
- The entries in this hash table
- VolatileHashMap.Entry(Object, Object, ReferenceQueue, int, VolatileHashMap.Entry) - Constructor for class edu.emory.mathcs.util.VolatileHashMap.Entry
- Create new entry.
- VolatileHashMap.Entry.ValueRef - class edu.emory.mathcs.util.VolatileHashMap.Entry.ValueRef.
- VolatileHashMap.Entry.ValueRef(VolatileHashMap.Entry, Object, ReferenceQueue) - Constructor for class edu.emory.mathcs.util.VolatileHashMap.Entry.ValueRef
- VolatileHashMap.EntryIterator - class edu.emory.mathcs.util.VolatileHashMap.EntryIterator.
- VolatileHashMap.EntryIterator() - Constructor for class edu.emory.mathcs.util.VolatileHashMap.EntryIterator
- VolatileHashMap.EntrySet - class edu.emory.mathcs.util.VolatileHashMap.EntrySet.
- VolatileHashMap.EntrySet() - Constructor for class edu.emory.mathcs.util.VolatileHashMap.EntrySet
- VolatileHashMap.HashIterator - class edu.emory.mathcs.util.VolatileHashMap.HashIterator.
- VolatileHashMap.HashIterator() - Constructor for class edu.emory.mathcs.util.VolatileHashMap.HashIterator
- VolatileHashMap.KeyIterator - class edu.emory.mathcs.util.VolatileHashMap.KeyIterator.
- VolatileHashMap.KeyIterator() - Constructor for class edu.emory.mathcs.util.VolatileHashMap.KeyIterator
- VolatileHashMap.KeySet - class edu.emory.mathcs.util.VolatileHashMap.KeySet.
- VolatileHashMap.KeySet() - Constructor for class edu.emory.mathcs.util.VolatileHashMap.KeySet
- VolatileHashMap.SimpleEntry - class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry.
- VolatileHashMap.SimpleEntry(Object, Object) - Constructor for class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry
- VolatileHashMap.SimpleEntry(Map.Entry) - Constructor for class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry
- VolatileHashMap.ValueIterator - class edu.emory.mathcs.util.VolatileHashMap.ValueIterator.
- VolatileHashMap.ValueIterator() - Constructor for class edu.emory.mathcs.util.VolatileHashMap.ValueIterator
- VolatileHashMap.Values - class edu.emory.mathcs.util.VolatileHashMap.Values.
- VolatileHashMap.Values() - Constructor for class edu.emory.mathcs.util.VolatileHashMap.Values
- value - Variable in class edu.emory.mathcs.util.ArgvUtils.OptionEntry
- value - Variable in class edu.emory.mathcs.util.HashIntMap.Entry
- value - Variable in class edu.emory.mathcs.util.VolatileHashMap.Entry
- value - Variable in class edu.emory.mathcs.util.VolatileHashMap.SimpleEntry
- value - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap.Entry
- value - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry
- values - Variable in class edu.emory.mathcs.util.AbstractIntMap
- values() - Method in class edu.emory.mathcs.util.AbstractIntMap
- Returns a collection view of the values contained in this map.
- values - Variable in class edu.emory.mathcs.util.HashIntMap
- values() - Method in class edu.emory.mathcs.util.HashIntMap
- Returns a collection view of the values contained in this map.
- values() - Method in interface edu.emory.mathcs.util.IntMap
- Returns a collection view of the values contained in this map.
- values - Variable in class edu.emory.mathcs.util.VolatileHashMap
- values() - Method in class edu.emory.mathcs.util.VolatileHashMap
- Returns a collection view of the values contained in this map.
- values - Variable in class edu.emory.mathcs.util.WeakIdentityHashMap
- values() - Method in class edu.emory.mathcs.util.WeakIdentityHashMap
- Returns a collection view of the values contained in this map.
W
- WeakIdentityHashMap - class edu.emory.mathcs.util.WeakIdentityHashMap.
- A hashtable-based Map implementation with weak keys and using reference-equality in place of object-equality when comparing keys (and values).
- WeakIdentityHashMap(int, float) - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap
- Constructs a new, empty WeakIdentityHashMap with the given initial capacity and the given load factor.
- WeakIdentityHashMap(int) - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap
- Constructs a new, empty WeakIdentityHashMap with the given initial capacity and the default load factor, which is 0.75.
- WeakIdentityHashMap() - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap
- Constructs a new, empty WeakIdentityHashMap with the default initial capacity (16) and the default load factor (0.75).
- WeakIdentityHashMap(Map) - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap
- Constructs a new WeakIdentityHashMap with the same mappings as the specified Map.
- WeakIdentityHashMap.Entry - class edu.emory.mathcs.util.WeakIdentityHashMap.Entry.
- The entries in this hash table extend WeakReference, using its main ref field as the key.
- WeakIdentityHashMap.Entry(Object, Object, ReferenceQueue, int, WeakIdentityHashMap.Entry) - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap.Entry
- Create new entry.
- WeakIdentityHashMap.EntryIterator - class edu.emory.mathcs.util.WeakIdentityHashMap.EntryIterator.
- WeakIdentityHashMap.EntryIterator() - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap.EntryIterator
- WeakIdentityHashMap.EntrySet - class edu.emory.mathcs.util.WeakIdentityHashMap.EntrySet.
- WeakIdentityHashMap.EntrySet() - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap.EntrySet
- WeakIdentityHashMap.HashIterator - class edu.emory.mathcs.util.WeakIdentityHashMap.HashIterator.
- WeakIdentityHashMap.HashIterator() - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap.HashIterator
- WeakIdentityHashMap.KeyIterator - class edu.emory.mathcs.util.WeakIdentityHashMap.KeyIterator.
- WeakIdentityHashMap.KeyIterator() - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap.KeyIterator
- WeakIdentityHashMap.KeySet - class edu.emory.mathcs.util.WeakIdentityHashMap.KeySet.
- WeakIdentityHashMap.KeySet() - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap.KeySet
- WeakIdentityHashMap.SimpleEntry - class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry.
- WeakIdentityHashMap.SimpleEntry(Object, Object) - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry
- WeakIdentityHashMap.SimpleEntry(Map.Entry) - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap.SimpleEntry
- WeakIdentityHashMap.ValueIterator - class edu.emory.mathcs.util.WeakIdentityHashMap.ValueIterator.
- WeakIdentityHashMap.ValueIterator() - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap.ValueIterator
- WeakIdentityHashMap.Values - class edu.emory.mathcs.util.WeakIdentityHashMap.Values.
- WeakIdentityHashMap.Values() - Constructor for class edu.emory.mathcs.util.WeakIdentityHashMap.Values
- wrapAround - Variable in class edu.emory.mathcs.util.Sequence
- writeObject(ObjectOutputStream) - Method in class edu.emory.mathcs.util.HashIntMap
- Save the state of the HashIntMap instance to a stream (i.e., serialize it).
- writeObject(ObjectOutputStream) - Method in class edu.emory.mathcs.util.PriorityQueue
- Save the state of the instance to a stream (that is, serialize it).
A B C D E F G H I K L M N O P Q R S T U V W
|
|||||||||
Home >> All >> edu >> emory >> mathcs >> [ util overview ] | PREV NEXT |