Packages

class KeySetView[K <: AnyRef, V <: AnyRef] extends CollectionView[K, V, K] with Set[K] with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Set[K], CollectionView[K, V, K], Serializable, Collection[K], Iterable[K], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeySetView
  2. Set
  3. CollectionView
  4. Serializable
  5. Collection
  6. Iterable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(e: K): Boolean
    Definition Classes
    KeySetViewSetCollection
  5. def addAll(c: Collection[_ <: K]): Boolean
    Definition Classes
    KeySetViewCollection
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def clear(): Unit
    Definition Classes
    CollectionView → Collection
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def contains(o: Any): Boolean
    Definition Classes
    KeySetViewSet → CollectionView → Collection
  10. final def containsAll(c: Collection[_]): Boolean
    Definition Classes
    CollectionView → Collection
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(_o: Any): Boolean
    Definition Classes
    KeySetViewCollection → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def forEach(action: Consumer[_ >: K]): Unit
    Definition Classes
    KeySetViewIterable
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getMap: ConcurrentHashMap[K, V]
    Definition Classes
    CollectionView
  17. def getMappedValue: V
  18. def hashCode(): Int
    Definition Classes
    KeySetViewCollection → AnyRef → Any
  19. final def isEmpty(): Boolean
    Definition Classes
    CollectionView → Collection
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def iterator(): KeyIterator[K, V]
    Definition Classes
    KeySetViewSet → CollectionView → CollectionIterable
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def parallelStream(): Stream[K]
    Definition Classes
    Collection
  26. def remove(o: Any): Boolean
    Definition Classes
    KeySetViewSet → CollectionView → Collection
  27. def removeAll(c: Collection[_]): Boolean
    Definition Classes
    CollectionView → Collection
  28. def removeIf(filter: Predicate[_ >: K]): Boolean
    Definition Classes
    Collection
  29. final def retainAll(c: Collection[_]): Boolean
    Definition Classes
    CollectionView → Collection
  30. final def size(): Int
    Definition Classes
    CollectionView → Collection
  31. def spliterator(): KeySpliterator[K, V]

    From the Java 8 documentation: The default implementation should usually be overridden.

    From the Java 8 documentation: The default implementation should usually be overridden. The spliterator returned by the default implementation has poor splitting capabilities, is unsized, and does not report any spliterator characteristics. Implementing classes can nearly always provide a better implementation.

    Definition Classes
    KeySetViewSetCollectionIterable
  32. def stream(): Stream[K]
    Definition Classes
    Collection
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. final def toArray[T <: AnyRef](a: Array[T]): Array[T]
    Definition Classes
    CollectionView → Collection
  35. final def toArray(): Array[AnyRef]
    Definition Classes
    CollectionView → Collection
  36. final def toString(): String
    Definition Classes
    CollectionView → AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Set[K]

Inherited from CollectionView[K, V, K]

Inherited from Serializable

Inherited from Collection[K]

Inherited from Iterable[K]

Inherited from AnyRef

Inherited from Any

Ungrouped