Packages

final class IPMapMutable[T] extends IPMap[T] with IPMapMutableBase[T]

Source
IPMap.scala
Linear Supertypes
IPMapMutableBase[T], Builder[(IPOrSubnet, T), IPMapImmutable[T]], Growable[(IPOrSubnet, T)], Clearable, IPMap[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IPMapMutable
  2. IPMapMutableBase
  3. Builder
  4. Growable
  5. Clearable
  6. IPMap
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IPMapMutable()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ++=(other: IPMap[T]): IPMapMutable.this.type
  4. final def ++=(xs: IterableOnce[(IPOrSubnet, T)]): IPMapMutable.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  5. def +=(ip: IPOrSubnet, value: T): IPMapMutable.this.type
    Definition Classes
    IPMapMutable → IPMapMutableBase
  6. def +=(ip: String, value: T): IPMapMutable.this.type
  7. final def +=(elem: (IPOrSubnet, T)): IPMapMutable.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def addAll(xs: IterableOnce[(IPOrSubnet, T)]): IPMapMutable.this.type
    Definition Classes
    Growable
  10. final def addOne(ipAndValue: (IPOrSubnet, T)): IPMapMutable.this.type
    Definition Classes
    IPMapMutableBase → Growable
  11. final def apply(ip: IP): T
    Definition Classes
    IPMap
  12. final def apply(ip: String): T
    Definition Classes
    IPMap
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clear(): Unit
    Definition Classes
    IPMapMutable → Builder → Clearable
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. final def contains(ip: IP): Boolean
    Definition Classes
    IPMap
  17. final def contains(ip: String): Boolean
    Definition Classes
    IPMap
  18. final def containsExact(subnet: IPOrSubnet): Boolean

    Does this IPMap exactly contain the given subnet

    Does this IPMap exactly contain the given subnet

    Definition Classes
    IPMap
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def exact(ip: IPOrSubnet): T
    Definition Classes
    IPMap
  22. final def get(ip: IP): Option[T]
    Definition Classes
    IPMap
  23. final def get(ip: String): Option[T]
    Definition Classes
    IPMap
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def getExact(ip: IPOrSubnet): Option[T]
    Definition Classes
    IPMap
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def isEmpty: Boolean
    Definition Classes
    IPMap
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def knownSize: Int
    Definition Classes
    Growable
  30. def makeIPWithMask(ip: Int, mask: Int): Long
    Attributes
    protected
    Definition Classes
    IPMap
  31. def makeIPWithMask(subnet: IPOrSubnet): Long
    Attributes
    protected
    Definition Classes
    IPMap
  32. def mapResult[NewTo](f: (IPMapImmutable[T]) => NewTo): Builder[(IPOrSubnet, T), NewTo]
    Definition Classes
    Builder
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def result(): IPMapImmutable[T]
    Definition Classes
    IPMapMutable → Builder
  37. final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  38. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  39. final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
    Definition Classes
    Builder
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toImmutable: IPMapImmutable[T]
    Definition Classes
    IPMapMutableIPMap
  42. def toMutable: IPMapMutable[T]
    Definition Classes
    IPMapMutableIPMap
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. final def +=(elem1: (IPOrSubnet, T), elem2: (IPOrSubnet, T), elems: (IPOrSubnet, T)*): IPMapMutable.this.type
    Definition Classes
    Growable
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ++= aka addAll instead of varargs +=; infix operations with an operand of multiple args will be deprecated

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from IPMapMutableBase[T]

Inherited from Builder[(IPOrSubnet, T), IPMapImmutable[T]]

Inherited from Growable[(IPOrSubnet, T)]

Inherited from Clearable

Inherited from IPMap[T]

Inherited from AnyRef

Inherited from Any

Ungrouped