Class

org.apache.spark.sql.collection

BoundedSortedSet

Related Doc: package collection

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(data: (K, V)): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  21. def getBound(): Int

    Permalink
  22. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

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

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

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

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

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

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

    Permalink
  41. def size(): Int

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    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