| Modifier and Type | Method and Description |
|---|---|
CachedEnumerableState<E> |
CachedEnumerableState.disable()
Gets a new
CachedEnumerableState instance identical to the
current one with the exception of having caching disabled. |
CachedEnumerableState<E> |
CachedEnumerable.disable()
Disables caching and returns the disabled state.
|
CachedEnumerableState<E> |
CachedEnumerableState.enable()
Gets a new
CachedEnumerableState instance identical to the
current one with the exception of having caching enabled. |
CachedEnumerableState<E> |
CachedEnumerable.enable()
Enables caching and returns the enabled state.
|
CachedEnumerableState<E> |
CachedEnumerableState.reset()
Gets a new
CachedEnumerableState instance identical to the
current one with the exception that it is reset. |
CachedEnumerableState<E> |
CachedEnumerable.reset()
Resets the cache and returns the new state of the current
CachedEnumerable. |
CachedEnumerableState<E> |
CachedEnumerableState.resize(long newLimit)
Gets a new
CachedEnumerableState instance identical to the
current one with the exception of a greater limit. |
CachedEnumerableState<E> |
CachedEnumerable.resize(long newLimit)
Resizes the cache to a larger limit.
|
CachedEnumerableState<E> |
CachedEnumerable.state()
Gets a
CachedEnumerableState instance representing the state
of the current CachedEnumerable. |
Copyright © 2016. All rights reserved.