Uses of Package
com.google.guava.labs.collect
Packages that use com.google.guava.labs.collect
Package
Description
BinarySearch and some extra collectors for Guava (requires mug-guava artifact)
-
Classes in com.google.guava.labs.collect used by com.google.guava.labs.collectClassDescriptionRepresents 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.Represents a result of
BinarySearch
.