final class IPSetMutable extends IPSet with IPSetMutableBase
- Source
- IPSet.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IPSetMutable
- IPSetMutableBase
- Builder
- Growable
- Clearable
- IPSet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IPSetMutable()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++=(other: IPSet): IPSetMutable.this.type
- def ++=(ips: String*): IPSetMutable.this.type
- final def ++=(xs: IterableOnce[IPOrSubnet]): IPSetMutable.this.type
- Definition Classes
- Growable
- Annotations
- @inline()
- def +=(ip: String): IPSetMutable.this.type
- final def +=(elem: IPOrSubnet): IPSetMutable.this.type
- Definition Classes
- Growable
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAll(xs: IterableOnce[IPOrSubnet]): IPSetMutable.this.type
- Definition Classes
- Growable
- final def addOne(ip: IPOrSubnet): IPSetMutable.this.type
- Definition Classes
- IPSetMutableBase → Growable
- def addOneImpl(ip: IPOrSubnet): IPSetMutable.this.type
- Attributes
- protected
- Definition Classes
- IPSetMutable → IPSetMutableBase
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- Definition Classes
- IPSetMutable → Builder → Clearable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def contains(ip: IP): Boolean
- Definition Classes
- IPSet
- final def contains(ip: String): Boolean
- Definition Classes
- IPSet
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def hasDefaultRoute: Boolean
- Definition Classes
- IPSet
- final def hasQuadZero: Boolean
- Definition Classes
- IPSet
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isEmpty: Boolean
- Definition Classes
- IPSet
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def knownSize: Int
- Definition Classes
- Growable
- def makeIPWithMask(ip: Int, mask: Int): Long
- Attributes
- protected
- Definition Classes
- IPSet
- def mapResult[NewTo](f: (IPSetImmutable) => NewTo): Builder[IPOrSubnet, NewTo]
- Definition Classes
- Builder
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def result(): IPSetImmutable
- Definition Classes
- IPSetMutable → Builder
- final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
- Definition Classes
- Builder
- def sizeHint(size: Int): Unit
- Definition Classes
- Builder
- final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
- Definition Classes
- Builder
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toImmutable: IPSetImmutable
- Definition Classes
- IPSetMutable → IPSet
- def toMutable: IPSetMutable
- Definition Classes
- IPSetMutable → IPSet
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- final def +=(elem1: IPOrSubnet, elem2: IPOrSubnet, elems: IPOrSubnet*): IPSetMutable.this.type
- Definition Classes
- Growable
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
++=
akaaddAll
instead of varargs+=
; infix operations with an operand of multiple args will be deprecated
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated