Class ListType.CQLListEntry<T>
- java.lang.Object
-
- org.apache.cassandra.spark.common.schema.ListType.CQLListEntry<T>
-
- All Implemented Interfaces:
java.lang.Comparable<ListType.CQLListEntry<T>>
public static class ListType.CQLListEntry<T> extends java.lang.Object implements java.lang.Comparable<ListType.CQLListEntry<T>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ListType.CQLListEntry that)
-
-
-
Field Detail
-
value
public final T value
-
-
Method Detail
-
compareTo
public int compareTo(@NotNull ListType.CQLListEntry that)- Specified by:
compareToin interfacejava.lang.Comparable<T>
-
-