| Package | Description |
|---|---|
| com.koloboke.collect.hash |
Contains basic interfaces and commonly used classes related to containers, based on hash tables.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Predicate<HashContainer> |
HashConfig.getShrinkCondition()
Returns the shrink condition of this hash config.
|
| Modifier and Type | Method and Description |
|---|---|
HashConfig |
HashConfig.withShrinkCondition(Predicate<HashContainer> condition)
Returns a copy of this hash config with the shrink condition set to the given predicate.
|