| Interface | Description |
|---|---|
| CoreCollection<T,R> | |
| LazyFluentCollection<T,C extends java.util.Collection<T>> |
Interface for a wrapper around a Fluent, Lazy Collection
|
| LazyFluentCollectionX<T> |
A Lazy Collection with a fluent api.
|
| NativePlusLoop<T> |
| Class | Description |
|---|---|
| AbstractFluentCollectionX<T> |
Abstract Class representing a Fluent, Lazy, extended Collection
|
| AbstractFluentCollectionX.LazyCollection<T,C extends java.util.Collection<T>> | |
| AbstractFluentCollectionX.PersistentLazyCollection<T,C extends java.util.Collection<T>> | |
| ExtensiblePMapX<K,V> |