Class/Object

fm.common

IPMapImmutable

Related Docs: object IPMapImmutable | package common

Permalink

final class IPMapImmutable[T] extends IPMap[T]

Linear Supertypes
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
    @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. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def get(ip: IP): Option[T]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def getExact(ip: IPOrSubnet): Option[T]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isEmpty: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from IPMap[T]

Inherited from AnyRef

Inherited from Any

Ungrouped