Package com.google.mu.collect
package com.google.mu.collect
A few useful collections
Package Specification
The code is developed and tested under Java 8.0.-
ClassDescriptionChain<T>Immutable
List
implementation that supports O(1) concatenation.Utilities pertaining toCollection
.Some additional utilities pertaining toIterable
.PrefixSearchTable<K,V> A lookup table that stores prefix (a list of keys of typeK
) -> value mappings.Builder ofPrefixSearchTable
.Selection<T>Parser forSelection
.