Uses of Class
org.cometd.oort.OortContainer
Package | Description |
---|---|
org.cometd.oort |
-
Uses of OortContainer in org.cometd.oort
Subclasses of OortContainer in org.cometd.oort Modifier and Type Class Description class
OortList<E>
A specialized oort object whose entity is aList
.class
OortLongMap<V>
The equivalent of anOortMap<Long,V>
.class
OortMap<K,V>
A specialized oort object whose entity is aConcurrentMap
.class
OortStringMap<V>
The equivalent of anOortMap<String,V>
.