Class/Object

fm.common

IPMapImmutable

Related Docs: object IPMapImmutable | package common

Permalink

final class IPMapImmutable[T] extends IPMap[T]

Linear Supertypes
IPMap[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IPMapImmutable
  2. IPMap
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IPMapImmutable(map: IPMapMutable[T])

    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]): IPMapImmutable[T]

    Permalink
  4. final def ==(arg0: Any): Boolean

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

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

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

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    IPMap
  11. 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
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    IPMap
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    IPMapImmutableIPMap
  29. def toMutable: IPMapMutable[T]

    Permalink
    Definition Classes
    IPMapImmutableIPMap
  30. def toString(): String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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 IPMap[T]

Inherited from AnyRef

Inherited from Any

Ungrouped