Class/Object

fm.common

IPMapMutable

Related Docs: object IPMapMutable | package common

Permalink

final class IPMapMutable[T] extends IPMap[T] with Builder[(IPOrSubnet, T), IPMapImmutable[T]]

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

Instance Constructors

  1. new IPMapMutable()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++=(other: IPMap[T]): IPMapMutable.this.type

    Permalink
  4. def ++=(xs: TraversableOnce[(IPOrSubnet, T)]): IPMapMutable.this.type

    Permalink
    Definition Classes
    Growable
  5. def +=(ip: IPOrSubnet, value: T): IPMapMutable.this.type

    Permalink
  6. def +=(ipAndValue: (IPOrSubnet, T)): IPMapMutable.this.type

    Permalink
    Definition Classes
    IPMapMutable → Builder → Growable
  7. def +=(ip: String, value: T): IPMapMutable.this.type

    Permalink
  8. def +=(elem1: (IPOrSubnet, T), elem2: (IPOrSubnet, T), elems: (IPOrSubnet, T)*): IPMapMutable.this.type

    Permalink
    Definition Classes
    Growable
  9. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def apply(ip: IP): T

    Permalink
    Definition Classes
    IPMap
  11. final def apply(ip: String): T

    Permalink
    Definition Classes
    IPMap
  12. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    IPMapMutable → Builder → Growable → Clearable
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  15. final def contains(ip: IP): Boolean

    Permalink
    Definition Classes
    IPMap
  16. final def contains(ip: String): Boolean

    Permalink
    Definition Classes
    IPMap
  17. final def containsExact(subnet: IPOrSubnet): Boolean

    Permalink

    Does this IPMap exactly contain the given subnet

    Does this IPMap exactly contain the given subnet

    Definition Classes
    IPMap
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def exact(ip: IPOrSubnet): T

    Permalink
    Definition Classes
    IPMap
  21. final def get(ip: IP): Option[T]

    Permalink
    Definition Classes
    IPMap
  22. final def get(ip: String): Option[T]

    Permalink
    Definition Classes
    IPMap
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def getExact(ip: IPOrSubnet): Option[T]

    Permalink
    Definition Classes
    IPMap
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def isEmpty: Boolean

    Permalink
    Definition Classes
    IPMap
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def makeIPWithMask(ip: Int, mask: Int): Long

    Permalink
    Attributes
    protected
    Definition Classes
    IPMap
  29. def makeIPWithMask(subnet: IPOrSubnet): Long

    Permalink
    Attributes
    protected
    Definition Classes
    IPMap
  30. def mapResult[NewTo](f: (IPMapImmutable[T]) ⇒ NewTo): Builder[(IPOrSubnet, T), NewTo]

    Permalink
    Definition Classes
    Builder
  31. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def result(): IPMapImmutable[T]

    Permalink
    Definition Classes
    IPMapMutable → Builder
  35. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit

    Permalink
    Definition Classes
    Builder
  36. def sizeHint(coll: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  37. def sizeHint(size: Int): Unit

    Permalink
    Definition Classes
    Builder
  38. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toImmutable: IPMapImmutable[T]

    Permalink
    Definition Classes
    IPMapMutableIPMap
  41. def toMutable: IPMapMutable[T]

    Permalink
    Definition Classes
    IPMapMutableIPMap
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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