Class SparkSet

  • All Implemented Interfaces:
    java.util.Comparator<java.lang.Object>, SparkType

    public class SparkSet
    extends SparkList
    • Constructor Detail

      • SparkSet

        public SparkSet​(SparkSqlTypeConverter converter,
                        org.apache.cassandra.spark.data.CqlField.CqlSet type)
    • Method Detail

      • collector

        public <T> java.util.stream.Collector<T,​?,​?> collector()
        Overrides:
        collector in class SparkList
      • sparkTypes

        public default java.util.List<SparkType> sparkTypes()
      • size

        public default int size()
      • sparkType

        public default SparkType sparkType()
      • sparkType

        public default SparkType sparkType​(int position)