| AbstractDelegatingCollection |
|
| AbstractDelegatingMap |
|
| AbstractFileLookup |
|
| AbstractIterator |
|
| AbstractMap |
Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
|
| ArrayCollector |
|
| ArrayMap |
Base for classes that implement hash map by storing keys in one array and values in another.
|
| BloomFilter |
|
| ByRef |
This class can be used to pass an argument by reference.
|
| CloseableIterator |
|
| CloseableIteratorCollection |
A collection that defines an iterator method that returns a CloseableIterator
instead of a non closeable one.
|
| CloseableIteratorCollectionAdapter |
|
| CloseableIteratorSet |
A set that defines an iterator method that returns a CloseableIterator
instead of a non closeable one.
|
| CloseableSpliterator |
|
| Either |
|
| Either.Type |
|
| EntrySizeCalculator |
|
| FastCopyHashMap |
A HashMap that is optimized for fast shallow copies.
|
| FileLookup |
|
| ForwardingList |
A list which forwards all its method calls to another list.
|
| ImmutableListCopy |
A lightweight, read-only copy of a List.
|
| Immutables.Immutable |
|
| InfinispanCollections.Function |
A function that converts a type into another one.
|
| InfinispanCollections.MapMakerFunction |
A function that converts an entry into a key/value pair for use in a map.
|
| IntSet |
A set that represents primitive ints.
|
| KeyValueWithPrevious |
|
| MemoryUnit |
Deprecated.
|
| NullValue |
A placeholder for null in a cache, because caches do not allow null values.
|
| OS |
Operating system family.
|
| RemovableIterator |
An Iterator implementation that allows for a Iterator that doesn't allow remove operations to
implement remove by delegating the call to the provided consumer to remove the previously read value.
|
| SmallIntSet |
Deprecated.
|
| SslContextFactory |
SslContextFactory.
|
| TypedProperties |
Type-aware properties.
|
| Util.ByteGetter |
Returns the byte at index.
|
| Version |
Contains version information about this release of Infinispan.
|
| WeakValueHashMap.ValueRef |
|