Class

kamon.util.UnifiedMap

KeySet

Related Doc: package UnifiedMap

Permalink

class KeySet extends Set[K]

Attributes
protected[kamon.util]
Linear Supertypes
Set[K], Collection[K], Iterable[K], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeySet
  2. Set
  3. Collection
  4. Iterable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KeySet()

    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(key: K): Boolean

    Permalink
    Definition Classes
    KeySet → Set → Collection
  5. def addAll(collection: Collection[_ <: K]): Boolean

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

    Permalink
    Definition Classes
    Any
  7. def clear(): Unit

    Permalink
    Definition Classes
    KeySet → Set → Collection
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contains(o: Any): Boolean

    Permalink
    Definition Classes
    KeySet → Set → Collection
  10. def containsAll(collection: Collection[_]): Boolean

    Permalink
    Definition Classes
    KeySet → Set → Collection
  11. def copyKeys(result: Array[AnyRef]): Unit

    Permalink
    Attributes
    protected[kamon.util]
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    KeySet → Set → Collection → AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def forEach(arg0: Consumer[_ >: K]): Unit

    Permalink
    Definition Classes
    Iterable
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    KeySet → Set → Collection → AnyRef → Any
  18. def isEmpty(): Boolean

    Permalink
    Definition Classes
    KeySet → Set → Collection
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def iterator(): Iterator[K]

    Permalink
    Definition Classes
    KeySet → Set → Collection → Iterable
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def parallelStream(): Stream[K]

    Permalink
    Definition Classes
    Collection
  25. def putIfFound(key: Any, other: Map[K, V]): Unit

    Permalink
  26. def remove(key: Any): Boolean

    Permalink
    Definition Classes
    KeySet → Set → Collection
  27. def removeAll(collection: Collection[_]): Boolean

    Permalink
    Definition Classes
    KeySet → Set → Collection
  28. def removeIf(arg0: Predicate[_ >: K]): Boolean

    Permalink
    Definition Classes
    Collection
  29. def retainAll(collection: Collection[_]): Boolean

    Permalink
    Definition Classes
    KeySet → Set → Collection
  30. def size(): Int

    Permalink
    Definition Classes
    KeySet → Set → Collection
  31. def spliterator(): Spliterator[K]

    Permalink
    Definition Classes
    Set → Collection → Iterable
  32. def stream(): Stream[K]

    Permalink
    Definition Classes
    Collection
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toArray[T](result: Array[T]): Array[T]

    Permalink
    Definition Classes
    KeySet → Set → Collection
  35. def toArray(): Array[AnyRef]

    Permalink
    Definition Classes
    KeySet → Set → Collection
  36. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Set[K]

Inherited from Collection[K]

Inherited from Iterable[K]

Inherited from AnyRef

Inherited from Any

Ungrouped