Packages

final class IPSetMutable extends IPSet with IPSetMutableBase

Source
IPSet.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IPSetMutable
  2. IPSetMutableBase
  3. Builder
  4. Growable
  5. Clearable
  6. IPSet
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IPSetMutable()

Value Members

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

    Does this IPSet exactly contain the given subnet

    Does this IPSet exactly contain the given subnet

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

Deprecated Value Members

  1. final def +=(elem1: IPOrSubnet, elem2: IPOrSubnet, elems: IPOrSubnet*): IPSetMutable.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 IPSetMutableBase

Inherited from Growable[IPOrSubnet]

Inherited from Clearable

Inherited from IPSet

Inherited from AnyRef

Inherited from Any

Ungrouped