Uses of Package
com.google.mu.collect
Package
Description
A few useful collections.
BiStream, BiCollector, MoreStreams, MoreCollectors etc.
-
ClassDescriptionRepresents the search target that can be found through bisecting the double domain.Represents the search target that can be found through bisecting the integer domain.Represents the search target that can be found through bisecting the long integer domain.Like a hash table, allows looking up comparable values by a key, except the lookup is through binary search instead of hashing.Immutable
List
implementation that supports O(1) concatenation.Represents a result ofBinarySearch
.A lookup table that stores prefix (a list of keys of typeK
) -> value mappings.Builder ofPrefixSearchTable
.Parser forSelection
. -