Package com.redis.om.spring.tuple.impl
Class BasicAbstractTuple<T extends GenericTuple<R>,R>
java.lang.Object
com.redis.om.spring.tuple.impl.BasicAbstractTuple<T,R>
- All Implemented Interfaces:
GenericTuple<R>
- Direct Known Subclasses:
AbstractTuple
public abstract class BasicAbstractTuple<T extends GenericTuple<R>,R>
extends Object
implements GenericTuple<R>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected intassertIndexBounds(int index) booleaninthashCode()protected abstract boolean<C> Stream<C>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.redis.om.spring.tuple.GenericTuple
get, size
-
Field Details
-
values
-
labels
-
baseClass
-
-
Method Details
-
isNullable
protected abstract boolean isNullable() -
assertIndexBounds
protected int assertIndexBounds(int index) -
hashCode
public int hashCode() -
equals
-
toString
-
streamOf
- Specified by:
streamOfin interfaceGenericTuple<T extends GenericTuple<R>>
-
labelledMap
- Specified by:
labelledMapin interfaceGenericTuple<T extends GenericTuple<R>>
-