| Package | Description |
|---|---|
| com.gs.collections.api.factory.map.strategy |
This package contains factory API for creating instances of maps with user defined
HashingStrategys. |
| com.gs.collections.api.factory.set.strategy |
This package contains Factory API for
ImmutableHashingStrategySetFactory and MutableHashingStrategySetFactory. |
| com.gs.collections.impl.block.comparator |
This package contains implementations of the
SerializableComparator interface. |
| com.gs.collections.impl.block.comparator.primitive |
This package contains implementations of the
SerializableComparator interface to compare primitive double, int and long. |
| com.gs.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| com.gs.collections.impl.map.strategy.immutable |
This package contains immutable map implementations backed by hashtables that rely on
HashingStrategys provided by
the developer to compute the hashCode and equals for the objects stored in the map. |
| com.gs.collections.impl.map.strategy.mutable |
This package contains mutable map implementations backed by hashtables that rely on
HashingStrategys provided by
the developer to compute the hashCode and equals for the objects stored in the map. |
| com.gs.collections.impl.multimap.set.strategy |
This package contains implementations of the
SetMultimap interface which use a set with user-defined HashingStrategy as their underlying store for the multiple values of a given key. |
| com.gs.collections.impl.partition.set.strategy |
This package contains implementations of the
PartitionMutableSet interface. |
| com.gs.collections.impl.set.strategy.immutable |
This package contains implementations of immutable sets with user defined
HashingStrategys. |
| com.gs.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategys. |
| Class and Description |
|---|
| HashingStrategy
Interface for supporting user defined hashing strategies in Sets and Maps
|
| Class and Description |
|---|
| HashingStrategy
Interface for supporting user defined hashing strategies in Sets and Maps
|
| Class and Description |
|---|
| SerializableComparator |
| Class and Description |
|---|
| SerializableComparator |
| Class and Description |
|---|
| HashingStrategy
Interface for supporting user defined hashing strategies in Sets and Maps
|
| SerializableComparator |
| Class and Description |
|---|
| HashingStrategy
Interface for supporting user defined hashing strategies in Sets and Maps
|
| Class and Description |
|---|
| HashingStrategy
Interface for supporting user defined hashing strategies in Sets and Maps
|
| Class and Description |
|---|
| HashingStrategy
Interface for supporting user defined hashing strategies in Sets and Maps
|
| Class and Description |
|---|
| HashingStrategy
Interface for supporting user defined hashing strategies in Sets and Maps
|
| Class and Description |
|---|
| HashingStrategy
Interface for supporting user defined hashing strategies in Sets and Maps
|
| Class and Description |
|---|
| HashingStrategy
Interface for supporting user defined hashing strategies in Sets and Maps
|
Copyright © 2004–2017. All rights reserved.