Package org.eclipse.collections.api.block
This package contains interfaces for Block API.
This package contains 2 interfaces:
-
HashingStrategy
- an interface for supporting user defined hashing strategies in Sets and Maps. -
SerializableComparator
- a marker interface for serializable Comparators.
-
Interface Summary Interface Description HashingStrategy<E> Interface for supporting user defined hashing strategies in Sets and MapsSerializableComparator<T>