CosmosSliceImpl<T> Class
- java.
lang. Object - org.
springframework. data. domain. Chunk - org.
springframework. data. domain. SliceImpl - com.
azure. spring. data. cosmos. core. query. CosmosSliceImpl<T>
- com.
- org.
- org.
Type Parameters
- T
the type of which the CosmosSliceImpl consists.
public class CosmosSliceImpl<T>
extends org.springframework.data.domain.SliceImpl<T>
CosmosSliceImpl implementation.
Constructor Summary
| Constructor | Description |
|---|---|
| CosmosSliceImpl(List<T> content, Pageable pageable, boolean hasNext) |
Constructor of |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| boolean | equals(Object o) |
| int | hashCode() |
Methods inherited from java.lang.Object
Methods inherited from org.springframework.data.domain.Chunk
Methods inherited from org.springframework.data.domain.SliceImpl
Constructor Details
CosmosSliceImpl
public CosmosSliceImpl(List<T> content, Pageable pageable, boolean hasNext)
Constructor of CosmosSliceImpl.
Parameters:
Method Details
equals
public boolean equals(Object o)
Overrides:
CosmosSliceImpl<T>.equals(Object o)Parameters:
hashCode
public int hashCode()
Overrides:
CosmosSliceImpl<T>.hashCode()