Interface KeysetAwareSlice<T>

  • Type Parameters:
    T - Element type.
    All Superinterfaces:
    Iterable<T>, Slice<T>
    All Known Subinterfaces:
    KeysetAwarePage<T>

    public interface KeysetAwareSlice<T>
    extends Slice<T>
    Like Slice but contains keyset information.
    Since:
    1.2.0
    Author:
    Christian Beikov