Uses of Class
org.cometd.oort.OortMap
-
Packages that use OortMap Package Description org.cometd.oort -
-
Uses of OortMap in org.cometd.oort
Subclasses of OortMap in org.cometd.oort Modifier and Type Class Description class
OortLongMap<V>
The equivalent of anOortMap<Long,V>
.class
OortStringMap<V>
The equivalent of anOortMap<String,V>
.Constructors in org.cometd.oort with parameters of type OortMap Constructor Description DeltaListener(OortMap<K,V> oortMap)
-