Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- add(int, E, Object) - Method in interface swim.util.KeyedList
- add(E, Object) - Method in interface swim.util.KeyedList
- add(I) - Method in interface swim.util.Builder
-
Adds a single input value to this builder, returning
trueif the state of the builder changed. - add(Map.Entry<K, V>) - Method in interface swim.util.EntryBuilder
-
Adds a single entry to this builder, returning
trueif the state of the builder changed. - add(K, V) - Method in interface swim.util.EntryBuilder
-
Adds an input pair to this builder, returning
trueif the state of the builder changed. - add(K, V) - Method in interface swim.util.PairBuilder
-
Adds an input pair to this builder, returning
trueif the state of the builder changed. - add(T) - Method in interface swim.util.Cursor
- addAll(Collection<? extends I>) - Method in interface swim.util.Builder
-
Adds multiple input values to this builder, returning
trueif the state of the builder changed. - addAll(Collection<? extends Map.Entry<K, V>>) - Method in interface swim.util.EntryBuilder
-
Adds multiple entries to this builder, returning
trueif the state of the builder changed. - addAll(Map<? extends K, ? extends V>) - Method in interface swim.util.EntryBuilder
-
Adds multiple entries to this builder, returning
trueif the state of the builder changed. - alert() - Static method in class swim.util.Severity
-
Returns the
SeveritywithALERT_LEVELof importance. - alert(String) - Static method in class swim.util.Severity
-
Returns a
SeveritywithALERT_LEVELof importance, and the given descriptivelabel. - ALERT_LEVEL - Static variable in class swim.util.Severity
- array(Object[]) - Static method in interface swim.util.Cursor
- array(Object[], int) - Static method in interface swim.util.Cursor
- array(Object[], int, int) - Static method in interface swim.util.Cursor
B
- bind() - Method in interface swim.util.Builder
-
Returns the output result of this builder.
- bind() - Method in interface swim.util.EntryBuilder
-
Returns the output result of this builder.
- bind() - Method in interface swim.util.PairBuilder
-
Returns the output result of this builder.
- Builder<I,
O> - Interface in swim.util -
Type that accumulates input values of type
I, and binds an output result of typeO.
C
- clear() - Method in class swim.util.HashGenCacheMap
- clear() - Method in class swim.util.HashGenCacheSet
- clear() - Method in class swim.util.HashGenMap
- clear() - Method in class swim.util.HashGenSet
- clear() - Method in interface swim.util.IterableMap
- clear() - Method in interface swim.util.OrderedMap
- combine(U, V) - Method in interface swim.util.CombinerFunction
- CombinerFunction<V,
U> - Interface in swim.util - comparator() - Method in interface swim.util.OrderedMap
- compareTo(Severity) - Method in class swim.util.Severity
- containsKey(Object) - Method in interface swim.util.IterableMap
- containsKey(Object) - Method in interface swim.util.OrderedMap
- containsValue(Object) - Method in interface swim.util.IterableMap
- containsValue(Object) - Method in interface swim.util.OrderedMap
- create(int, String) - Static method in class swim.util.Severity
-
Returns a
Severitywith the given importancelevel, and descriptivelabel. - Cursor<T> - Interface in swim.util
D
- debug() - Static method in class swim.util.Severity
-
Returns the
SeveritywithDEBUG_LEVELof importance. - debug(Object) - Method in interface swim.util.Log
-
Logs a debug-level message.
- debug(String) - Static method in class swim.util.Severity
-
Returns a
SeveritywithDEBUG_LEVELof importance, and the given descriptivelabel. - DEBUG_LEVEL - Static variable in class swim.util.Severity
E
- empty() - Static method in interface swim.util.Cursor
- EntryBuilder<K,
V, O> - Interface in swim.util -
Type that accumulates map entries, and binds an output result of type
O. - entryIterator() - Method in interface swim.util.KeyedList
- entrySet() - Method in interface swim.util.IterableMap
- entrySet() - Method in interface swim.util.OrderedMap
- equals(Object) - Method in class swim.util.Severity
- error() - Static method in class swim.util.Severity
-
Returns the
SeveritywithERROR_LEVELof importance. - error(Object) - Method in interface swim.util.Log
-
Logs an error-level message.
- error(String) - Static method in class swim.util.Severity
-
Returns a
SeveritywithERROR_LEVELof importance, and the given descriptivelabel. - ERROR_LEVEL - Static variable in class swim.util.Severity
- evict(K, V) - Method in class swim.util.HashGenMap
- evict(V) - Method in class swim.util.HashGenSet
F
- fail(Object) - Method in interface swim.util.Log
-
Logs an fail-level message.
- fatal() - Static method in class swim.util.Severity
-
Returns the
SeveritywithFATAL_LEVELof importance. - fatal(String) - Static method in class swim.util.Severity
-
Returns a
SeveritywithFATAL_LEVELof importance, and the given descriptivelabel. - FATAL_LEVEL - Static variable in class swim.util.Severity
- firstEntry() - Method in interface swim.util.OrderedMap
- firstKey() - Method in interface swim.util.OrderedMap
- firstValue() - Method in interface swim.util.OrderedMap
- from(int) - Static method in class swim.util.Severity
-
Returns the
Severitywith the given importancelevel.
G
- get(int, Object) - Method in interface swim.util.KeyedList
- get(Object) - Method in interface swim.util.IterableMap
- get(Object) - Method in interface swim.util.OrderedMap
- get(K) - Method in class swim.util.HashGenCacheMap
- get(K) - Method in class swim.util.HashGenMap
- getEntry(int) - Method in interface swim.util.KeyedList
- getEntry(int, Object) - Method in interface swim.util.KeyedList
- getEntry(Object) - Method in interface swim.util.OrderedMap
- getIndex(int) - Method in interface swim.util.OrderedMap
H
- hash(boolean) - Static method in class swim.util.Murmur3
-
Returns the hash code of the primitive `boolean` `value`.
- hash(byte) - Static method in class swim.util.Murmur3
-
Returns the hash code of the primitive `byte` `value`.
- hash(char) - Static method in class swim.util.Murmur3
-
Returns the hash code of the primitive `char` `value`.
- hash(double) - Static method in class swim.util.Murmur3
-
Returns the hash code of the primitive `double` `value`.
- hash(float) - Static method in class swim.util.Murmur3
-
Returns the hash code of the primitive `float` `value`.
- hash(int) - Static method in class swim.util.Murmur3
-
Returns the hash code of the primitive `int` `value`.
- hash(long) - Static method in class swim.util.Murmur3
-
Returns the hash code of the primitive `long` `value`.
- hash(short) - Static method in class swim.util.Murmur3
-
Returns the hash code of the primitive `short` `value`.
- hash(Number) - Static method in class swim.util.Murmur3
-
Returns the hash code of the
number. - hash(Object) - Static method in class swim.util.Murmur3
-
Returns the hash code of the–possibly
null–object. - hashCode() - Method in class swim.util.Severity
- HashGenCacheMap<K,
V> - Class in swim.util -
A hashed generational cache map discards the least recently used value with the worst hit rate per hash bucket.
- HashGenCacheMap(int) - Constructor for class swim.util.HashGenCacheMap
- HashGenCacheSet<T> - Class in swim.util
-
A hashed generational cache set discards the least recently used value with the worst hit rate per hash bucket.
- HashGenCacheSet(int) - Constructor for class swim.util.HashGenCacheSet
- HashGenMap<K,
V> - Class in swim.util -
A hashed generational map evicts the least recently used value with the worst hit rate per hash bucket.
- HashGenMap(int) - Constructor for class swim.util.HashGenMap
- HashGenSet<V> - Class in swim.util
-
A hashed generational set evicts the least recently used value with the worst hit rate per hash bucket.
- HashGenSet(int) - Constructor for class swim.util.HashGenSet
- hasNext() - Method in interface swim.util.Cursor
- hasPrevious() - Method in interface swim.util.Cursor
- head() - Method in interface swim.util.Cursor
- headMap(K) - Method in interface swim.util.OrderedMap
- hitRatio() - Method in class swim.util.HashGenCacheMap
- hitRatio() - Method in class swim.util.HashGenCacheSet
- hitRatio() - Method in class swim.util.HashGenMap
- hitRatio() - Method in class swim.util.HashGenSet
I
- indexOf(Object) - Method in interface swim.util.OrderedMap
- info() - Static method in class swim.util.Severity
-
Returns the
SeveritywithINFO_LEVELof importance. - info(Object) - Method in interface swim.util.Log
-
Logs an info-level message.
- info(String) - Static method in class swim.util.Severity
-
Returns a
SeveritywithINFO_LEVELof importance, and the given descriptivelabel. - INFO_LEVEL - Static variable in class swim.util.Severity
- isAlert() - Method in class swim.util.Severity
-
Returns
trueif thisSeverityhasALERT_LEVELof importance. - isDebug() - Method in class swim.util.Severity
-
Returns
trueif thisSeverityhasDEBUG_LEVELof importance. - isEmpty() - Method in interface swim.util.Cursor
- isEmpty() - Method in interface swim.util.IterableMap
- isEmpty() - Method in interface swim.util.OrderedMap
- isError() - Method in class swim.util.Severity
-
Returns
trueif thisSeverityhasERROR_LEVELof importance. - isFatal() - Method in class swim.util.Severity
-
Returns
trueif thisSeverityhasFATAL_LEVELof importance. - isInfo() - Method in class swim.util.Severity
-
Returns
trueif thisSeverityhasINFO_LEVELof importance. - isNote() - Method in class swim.util.Severity
-
Returns
trueif thisSeverityhasNOTE_LEVELof importance. - isTrace() - Method in class swim.util.Severity
-
Returns
trueif thisSeverityhasTRACE_LEVELof importance. - isWarning() - Method in class swim.util.Severity
-
Returns
trueif thisSeverityhasWARNING_LEVELof importance. - IterableMap<K,
V> - Interface in swim.util - iterator() - Method in interface swim.util.IterableMap
- iterator() - Method in interface swim.util.OrderedMap
K
- KeyedList<E> - Interface in swim.util
- keyIterator() - Method in interface swim.util.IterableMap
- keyIterator() - Method in interface swim.util.KeyedList
- keyIterator() - Method in interface swim.util.OrderedMap
- keys(Cursor<? extends Map.Entry<? extends K, ?>>) - Static method in interface swim.util.Cursor
- keySet() - Method in interface swim.util.IterableMap
- keySet() - Method in interface swim.util.OrderedMap
L
- label() - Method in class swim.util.Severity
-
Returns a descriptive label for this
Severity. - label(String) - Method in class swim.util.Severity
-
Returns a new
Severitywith the same level as thisSeverity, but with a new descriptivelabel. - lastEntry() - Method in interface swim.util.OrderedMap
- lastKey() - Method in interface swim.util.OrderedMap
- lastValue() - Method in interface swim.util.OrderedMap
- level() - Method in class swim.util.Severity
-
Returns the integer level of importance of this
Severity, with higher levels signifying greater importance. - load() - Method in interface swim.util.Cursor
- Log - Interface in swim.util
-
Takes actions when presented messages of various severities.
M
- mash(int) - Static method in class swim.util.Murmur3
-
Finalizes a hash
code. - mix(int, byte[]) - Static method in class swim.util.Murmur3
-
Mixes each consecutive 4-byte word in the
arrayinto the accumulated hashcode. - mix(int, byte[], int, int) - Static method in class swim.util.Murmur3
-
Mixes each consecutive 4-byte word in the
array, starting at indexoffset, and continuing forsizebytes, into the accumulated hashcode. - mix(int, int) - Static method in class swim.util.Murmur3
-
Mixes a new hash
valueinto the accumulated cumulative hashcode. - mix(int, String) - Static method in class swim.util.Murmur3
-
Mixes each consecutive 4-byte word in the UTF-8 encoding of the
stringinto the accumulated hashcode. - move(int, int) - Method in interface swim.util.KeyedList
- move(int, int, Object) - Method in interface swim.util.KeyedList
- Murmur3 - Class in swim.util
-
32-bit MurmurHash algorithm, version 3.
N
- next() - Method in interface swim.util.Cursor
- nextEntry(K) - Method in interface swim.util.OrderedMap
- nextIndex() - Method in interface swim.util.Cursor
- nextIndexLong() - Method in interface swim.util.Cursor
- nextKey() - Method in interface swim.util.OrderedMapCursor
- nextKey(K) - Method in interface swim.util.OrderedMap
- nextValue(K) - Method in interface swim.util.OrderedMap
- note() - Static method in class swim.util.Severity
-
Returns the
SeveritywithNOTE_LEVELof importance. - note(String) - Static method in class swim.util.Severity
-
Returns a
SeveritywithNOTE_LEVELof importance, and the given descriptivelabel. - NOTE_LEVEL - Static variable in class swim.util.Severity
O
- OrderedMap<K,
V> - Interface in swim.util - OrderedMapCursor<K,
V> - Interface in swim.util
P
- PairBuilder<K,
V, O> - Interface in swim.util -
Type that accumulates pairs of input values, and binds an output result of type
O. - previous() - Method in interface swim.util.Cursor
- previousEntry(K) - Method in interface swim.util.OrderedMap
- previousIndex() - Method in interface swim.util.Cursor
- previousIndexLong() - Method in interface swim.util.Cursor
- previousKey() - Method in interface swim.util.OrderedMapCursor
- previousKey(K) - Method in interface swim.util.OrderedMap
- previousValue(K) - Method in interface swim.util.OrderedMap
- put(K, V) - Method in class swim.util.HashGenCacheMap
- put(K, V) - Method in class swim.util.HashGenMap
- put(K, V) - Method in interface swim.util.IterableMap
- put(K, V) - Method in interface swim.util.OrderedMap
- put(T) - Method in class swim.util.HashGenCacheSet
- put(V) - Method in class swim.util.HashGenSet
- putAll(Map<? extends K, ? extends V>) - Method in interface swim.util.IterableMap
- putAll(Map<? extends K, ? extends V>) - Method in interface swim.util.OrderedMap
R
- reduced(U, CombinerFunction<? super V, U>, CombinerFunction<U, U>) - Method in interface swim.util.ReducedMap
-
Returns the reduction of this
ReducedMap, combining all contained elements with the givenaccumulatorandcombinerfunctions, recomputing only what has changed since the last invocation ofreduced. - ReducedMap<K,
V, U> - Interface in swim.util -
An
OrderedMapthat memoizes partial combinations of sub-elements to support efficient, incremental reduction of continuously mutating datasets. - remove() - Method in interface swim.util.Cursor
- remove(int, Object) - Method in interface swim.util.KeyedList
- remove(Object) - Method in interface swim.util.IterableMap
- remove(Object) - Method in interface swim.util.OrderedMap
- remove(K) - Method in class swim.util.HashGenCacheMap
- remove(K) - Method in class swim.util.HashGenMap
- remove(T) - Method in class swim.util.HashGenCacheSet
- remove(V) - Method in class swim.util.HashGenSet
S
- seed(Class<?>) - Static method in class swim.util.Murmur3
-
Returns the hash code of the name of the class.
- seed(String) - Static method in class swim.util.Murmur3
-
Returns the hash code of the
string. - set(int, E, Object) - Method in interface swim.util.KeyedList
- set(T) - Method in interface swim.util.Cursor
- Severity - Class in swim.util
-
Level of importance.
- size() - Method in interface swim.util.IterableMap
- size() - Method in interface swim.util.OrderedMap
- skip(long) - Method in interface swim.util.Cursor
- step() - Method in interface swim.util.Cursor
- subMap(K, K) - Method in interface swim.util.OrderedMap
- swim.util - module swim.util
-
Extended collection, iterator, and builder interfaces, lightweight cache sets and maps, and other foundational utilities.
- swim.util - package swim.util
-
Extended collection, iterator, and builder interfaces, lightweight cache sets and maps, and other foundational utilities.
T
- tailMap(K) - Method in interface swim.util.OrderedMap
- toString() - Method in class swim.util.Severity
- trace() - Static method in class swim.util.Severity
-
Returns the
SeveritywithTRACE_LEVELof importance. - trace(Object) - Method in interface swim.util.Log
-
Logs a trace-level message.
- trace(String) - Static method in class swim.util.Severity
-
Returns a
SeveritywithTRACE_LEVELof importance, and the given descriptivelabel. - TRACE_LEVEL - Static variable in class swim.util.Severity
U
V
- valueIterator() - Method in interface swim.util.IterableMap
- valueIterator() - Method in interface swim.util.OrderedMap
- values() - Method in interface swim.util.IterableMap
- values() - Method in interface swim.util.OrderedMap
- values(Cursor<? extends Map.Entry<?, ? extends V>>) - Static method in interface swim.util.Cursor
W
- warn(Object) - Method in interface swim.util.Log
-
Logs a warn-level message.
- warning() - Static method in class swim.util.Severity
-
Returns the
SeveritywithWARNING_LEVELof importance. - warning(String) - Static method in class swim.util.Severity
-
Returns a
SeveritywithWARNING_LEVELof importance, and the given descriptivelabel. - WARNING_LEVEL - Static variable in class swim.util.Severity
- weaken(K) - Method in class swim.util.HashGenCacheMap
- weaken(T) - Method in class swim.util.HashGenCacheSet
All Classes and Interfaces|All Packages|Constant Field Values