Class/Object

fm.common

IPSetMutable

Related Docs: object IPSetMutable | package common

Permalink

final class IPSetMutable extends IPSet with Builder[IPOrSubnet, IPSetImmutable]

Linear Supertypes
Builder[IPOrSubnet, IPSetImmutable], Growable[IPOrSubnet], Clearable, IPSet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IPSetMutable
  2. Builder
  3. Growable
  4. Clearable
  5. IPSet
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IPSetMutable()

    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: IPSet): IPSetMutable.this.type

    Permalink
  4. def ++=(ips: String*): IPSetMutable.this.type

    Permalink
  5. def ++=(xs: TraversableOnce[IPOrSubnet]): IPSetMutable.this.type

    Permalink
    Definition Classes
    Growable
  6. def +=(ip: IPOrSubnet): IPSetMutable.this.type

    Permalink
    Definition Classes
    IPSetMutable → Builder → Growable
  7. def +=(ip: String): IPSetMutable.this.type

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    IPSetMutable → Builder → Growable → Clearable
  12. def clone(): AnyRef

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

    Permalink
    Definition Classes
    IPSet
  14. final def contains(ip: String): Boolean

    Permalink
    Definition Classes
    IPSet
  15. final def containsExact(subnet: IPOrSubnet): Boolean

    Permalink

    Does this IPSet exactly contain the given subnet

    Does this IPSet exactly contain the given subnet

    Definition Classes
    IPSet
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    IPSet
  20. final def hasQuadZero: Boolean

    Permalink
    Definition Classes
    IPSet
  21. def hashCode(): Int

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

    Permalink
    Definition Classes
    IPSet
  23. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    IPSet
  25. def mapResult[NewTo](f: (IPSetImmutable) ⇒ NewTo): Builder[IPOrSubnet, NewTo]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def result(): IPSetImmutable

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def toImmutable: IPSetImmutable

    Permalink
    Definition Classes
    IPSetMutableIPSet
  36. def toMutable: IPSetMutable

    Permalink
    Definition Classes
    IPSetMutableIPSet
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  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( ... )
  40. 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, IPSetImmutable]

Inherited from Growable[IPOrSubnet]

Inherited from Clearable

Inherited from IPSet

Inherited from AnyRef

Inherited from Any

Ungrouped