public class InfiniteDALCollection<E> extends IterableDALCollection<E>
DALCollection.Decorated<E>| Constructor and Description |
|---|
InfiniteDALCollection(java.util.function.Supplier<E> supplier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
infinite() |
getByPosition, iterator, sizecollect, firstIndex, getByIndex, indexes, map, requireLimitedCollection, stream, valuespublic InfiniteDALCollection(java.util.function.Supplier<E> supplier)
public boolean infinite()
infinite in class DALCollection<E>