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

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 true if 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 true if the state of the builder changed.
add(K, V) - Method in interface swim.util.EntryBuilder
Adds an input pair to this builder, returning true if the state of the builder changed.
add(K, V) - Method in interface swim.util.PairBuilder
Adds an input pair to this builder, returning true if 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 true if 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 true if 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 true if the state of the builder changed.
alert() - Static method in class swim.util.Severity
Returns the Severity with ALERT_LEVEL of importance.
alert(String) - Static method in class swim.util.Severity
Returns a Severity with ALERT_LEVEL of importance, and the given descriptive label.
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 type O.

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 Severity with the given importance level, and descriptive label.
Cursor<T> - Interface in swim.util
 

D

debug() - Static method in class swim.util.Severity
Returns the Severity with DEBUG_LEVEL of 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 Severity with DEBUG_LEVEL of importance, and the given descriptive label.
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 Severity with ERROR_LEVEL of 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 Severity with ERROR_LEVEL of importance, and the given descriptive label.
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 Severity with FATAL_LEVEL of importance.
fatal(String) - Static method in class swim.util.Severity
Returns a Severity with FATAL_LEVEL of importance, and the given descriptive label.
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 Severity with the given importance level.

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 nullobject.
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 Severity with INFO_LEVEL of 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 Severity with INFO_LEVEL of importance, and the given descriptive label.
INFO_LEVEL - Static variable in class swim.util.Severity
 
isAlert() - Method in class swim.util.Severity
Returns true if this Severity has ALERT_LEVEL of importance.
isDebug() - Method in class swim.util.Severity
Returns true if this Severity has DEBUG_LEVEL of 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 true if this Severity has ERROR_LEVEL of importance.
isFatal() - Method in class swim.util.Severity
Returns true if this Severity has FATAL_LEVEL of importance.
isInfo() - Method in class swim.util.Severity
Returns true if this Severity has INFO_LEVEL of importance.
isNote() - Method in class swim.util.Severity
Returns true if this Severity has NOTE_LEVEL of importance.
isTrace() - Method in class swim.util.Severity
Returns true if this Severity has TRACE_LEVEL of importance.
isWarning() - Method in class swim.util.Severity
Returns true if this Severity has WARNING_LEVEL of 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 Severity with the same level as this Severity, but with a new descriptive label.
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 array into the accumulated hash code.
mix(int, byte[], int, int) - Static method in class swim.util.Murmur3
Mixes each consecutive 4-byte word in the array, starting at index offset, and continuing for size bytes, into the accumulated hash code.
mix(int, int) - Static method in class swim.util.Murmur3
Mixes a new hash value into the accumulated cumulative hash code.
mix(int, String) - Static method in class swim.util.Murmur3
Mixes each consecutive 4-byte word in the UTF-8 encoding of the string into the accumulated hash code.
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 Severity with NOTE_LEVEL of importance.
note(String) - Static method in class swim.util.Severity
Returns a Severity with NOTE_LEVEL of importance, and the given descriptive label.
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 given accumulator and combiner functions, recomputing only what has changed since the last invocation of reduced.
ReducedMap<K,​V,​U> - Interface in swim.util
An OrderedMap that 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 Severity with TRACE_LEVEL of 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 Severity with TRACE_LEVEL of importance, and the given descriptive label.
TRACE_LEVEL - Static variable in class swim.util.Severity
 

U

unary(T) - Static method in interface swim.util.Cursor
 

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 Severity with WARNING_LEVEL of importance.
warning(String) - Static method in class swim.util.Severity
Returns a Severity with WARNING_LEVEL of importance, and the given descriptive label.
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
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages