final
class
IPMapMutable[T] extends IPMap[T] with Builder[(IPOrSubnet, T), IPMapImmutable[T]]
Instance Constructors
-
new
IPMapMutable()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
def
++=(xs: TraversableOnce[(IPOrSubnet, T)]): IPMapMutable.this.type
-
-
-
def
+=(ip: String, value: T): IPMapMutable.this.type
-
-
final
def
==(arg0: Any): Boolean
-
final
def
apply(ip: IP): T
-
final
def
apply(ip: String): T
-
final
def
asInstanceOf[T0]: T0
-
def
clear(): Unit
-
def
clone(): AnyRef
-
final
def
contains(ip: IP): Boolean
-
final
def
contains(ip: String): Boolean
-
final
def
containsExact(subnet: IPOrSubnet): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
exact(ip: IPOrSubnet): T
-
def
finalize(): Unit
-
final
def
get(ip: IP): Option[T]
-
final
def
get(ip: String): Option[T]
-
final
def
getClass(): Class[_]
-
final
def
getExact(ip: IPOrSubnet): Option[T]
-
def
hashCode(): Int
-
final
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
makeIPWithMask(ip: Int, mask: Int): Long
-
def
makeIPWithMask(subnet: IPOrSubnet): Long
-
def
mapResult[NewTo](f: (IPMapImmutable[T]) ⇒ NewTo): Builder[(IPOrSubnet, T), NewTo]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
sizeHint(coll: TraversableLike[_, _], delta: Int): Unit
-
def
sizeHint(coll: TraversableLike[_, _]): Unit
-
def
sizeHint(size: Int): Unit
-
def
sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Clearable
Inherited from AnyRef
Inherited from Any