Class

kamon.util.UnifiedMap

EntrySet

Related Doc: package UnifiedMap

Permalink

class EntrySet extends Set[Entry[K, V]]

Attributes
protected[kamon.util]
Linear Supertypes
Set[Entry[K, V]], Collection[Entry[K, V]], Iterable[Entry[K, V]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntrySet
  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 EntrySet()

    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(entry: Entry[K, V]): Boolean

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

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

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

    Permalink
    Definition Classes
    EntrySet → 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
    EntrySet → Set → Collection
  10. def containsAll(collection: Collection[_]): Boolean

    Permalink
    Definition Classes
    EntrySet → Set → Collection
  11. def containsEntry(entry: Entry[_, _]): Boolean

    Permalink
  12. def copyEntries(result: Array[AnyRef]): Unit

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

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

    Permalink
    Definition Classes
    EntrySet → Set → Collection → AnyRef → Any
  15. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    EntrySet → Set → Collection → AnyRef → Any
  19. def isEmpty(): Boolean

    Permalink
    Definition Classes
    EntrySet → Set → Collection
  20. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def parallelStream(): Stream[Entry[K, V]]

    Permalink
    Definition Classes
    Collection
  26. def remove(e: Any): Boolean

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

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

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

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

    Permalink
    Definition Classes
    EntrySet → Set → Collection
  31. def spliterator(): Spliterator[Entry[K, V]]

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

    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
    EntrySet → Set → Collection
  35. def toArray(): Array[AnyRef]

    Permalink
    Definition Classes
    EntrySet → 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[Entry[K, V]]

Inherited from Collection[Entry[K, V]]

Inherited from Iterable[Entry[K, V]]

Inherited from AnyRef

Inherited from Any

Ungrouped