org.apache.spark.sql.collection

BoundedSortedSet

class BoundedSortedSet[K, V <: Comparable[V]] extends TreeSet[(K, V)]

Linear Supertypes
TreeSet[(K, V)], Serializable, Cloneable, NavigableSet[(K, V)], SortedSet[(K, V)], AbstractSet[(K, V)], Set[(K, V)], AbstractCollection[(K, V)], Collection[(K, V)], Iterable[(K, V)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BoundedSortedSet
  2. TreeSet
  3. Serializable
  4. Cloneable
  5. NavigableSet
  6. SortedSet
  7. AbstractSet
  8. Set
  9. AbstractCollection
  10. Collection
  11. Iterable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoundedSortedSet(bound: Int, isRelaxedBound: Boolean)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(data: (K, V)): Boolean

    Definition Classes
    BoundedSortedSet → TreeSet → Set → AbstractCollection → Collection
  7. def addAll(arg0: Collection[_ <: (K, V)]): Boolean

    Definition Classes
    TreeSet → Set → AbstractCollection → Collection
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def ceiling(arg0: (K, V)): (K, V)

    Definition Classes
    TreeSet → NavigableSet
  10. def clear(): Unit

    Definition Classes
    TreeSet → Set → AbstractCollection → Collection
  11. def clone(): AnyRef

    Definition Classes
    TreeSet → AnyRef
  12. def comparator(): Comparator[_ >: (K, V)]

    Definition Classes
    TreeSet → SortedSet
  13. def contains(key: Any): Boolean

    Definition Classes
    BoundedSortedSet → TreeSet → Set → AbstractCollection → Collection
  14. def containsAll(arg0: Collection[_]): Boolean

    Definition Classes
    AbstractCollection → Collection
  15. def descendingIterator(): Iterator[(K, V)]

    Definition Classes
    TreeSet → NavigableSet
  16. def descendingSet(): NavigableSet[(K, V)]

    Definition Classes
    TreeSet → NavigableSet
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AbstractSet → Set → Collection → AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def first(): (K, V)

    Definition Classes
    TreeSet → SortedSet
  21. def floor(arg0: (K, V)): (K, V)

    Definition Classes
    TreeSet → NavigableSet
  22. def get(key: K): V

  23. def getBound(): Int

  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AbstractSet → Set → Collection → AnyRef → Any
  26. def headSet(arg0: (K, V)): SortedSet[(K, V)]

    Definition Classes
    TreeSet → NavigableSet → SortedSet
  27. def headSet(arg0: (K, V), arg1: Boolean): NavigableSet[(K, V)]

    Definition Classes
    TreeSet → NavigableSet
  28. def higher(arg0: (K, V)): (K, V)

    Definition Classes
    TreeSet → NavigableSet
  29. def isEmpty(): Boolean

    Definition Classes
    TreeSet → Set → AbstractCollection → Collection
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def iterator(): Iterator[(K, V)]

    Definition Classes
    TreeSet → NavigableSet → Set → AbstractCollection → Collection → Iterable
  32. def last(): (K, V)

    Definition Classes
    TreeSet → SortedSet
  33. def lower(arg0: (K, V)): (K, V)

    Definition Classes
    TreeSet → NavigableSet
  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def pollFirst(): (K, V)

    Definition Classes
    TreeSet → NavigableSet
  38. def pollLast(): (K, V)

    Definition Classes
    TreeSet → NavigableSet
  39. def remove(arg0: Any): Boolean

    Definition Classes
    TreeSet → Set → AbstractCollection → Collection
  40. def removeAll(arg0: Collection[_]): Boolean

    Definition Classes
    AbstractSet → Set → AbstractCollection → Collection
  41. def retainAll(arg0: Collection[_]): Boolean

    Definition Classes
    AbstractCollection → Collection
  42. def serialize(dos: DataOutputStream): Unit

  43. def size(): Int

    Definition Classes
    TreeSet → Set → AbstractCollection → Collection
  44. def subSet(arg0: (K, V), arg1: (K, V)): SortedSet[(K, V)]

    Definition Classes
    TreeSet → NavigableSet → SortedSet
  45. def subSet(arg0: (K, V), arg1: Boolean, arg2: (K, V), arg3: Boolean): NavigableSet[(K, V)]

    Definition Classes
    TreeSet → NavigableSet
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def tailSet(arg0: (K, V)): SortedSet[(K, V)]

    Definition Classes
    TreeSet → NavigableSet → SortedSet
  48. def tailSet(arg0: (K, V), arg1: Boolean): NavigableSet[(K, V)]

    Definition Classes
    TreeSet → NavigableSet
  49. def toArray[T](arg0: Array[T]): Array[T]

    Definition Classes
    AbstractCollection → Collection
  50. def toArray(): Array[AnyRef]

    Definition Classes
    AbstractCollection → Collection
  51. def toString(): String

    Definition Classes
    AbstractCollection → AnyRef → Any
  52. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TreeSet[(K, V)]

Inherited from Serializable

Inherited from Cloneable

Inherited from NavigableSet[(K, V)]

Inherited from SortedSet[(K, V)]

Inherited from AbstractSet[(K, V)]

Inherited from Set[(K, V)]

Inherited from AbstractCollection[(K, V)]

Inherited from Collection[(K, V)]

Inherited from Iterable[(K, V)]

Inherited from AnyRef

Inherited from Any

Ungrouped