Class EmptySlice<T>

java.lang.Object
org.springframework.data.gemfire.domain.support.AbstractSliceSupport<T>
org.springframework.data.gemfire.domain.EmptySlice<T>
Type Parameters:
T - Class type of the elements in this Slice.
All Implemented Interfaces:
Iterable<T>, Supplier<Stream<T>>, Slice<T>, Streamable<T>
Direct Known Subclasses:
EmptyPage

public abstract class EmptySlice<T> extends AbstractSliceSupport<T>
The EmptySlice class is an implementation of an empty Spring Data Slice.
Since:
1.1.0
Author:
John Blum
See Also: