Class OortStringMap<V>

  • Type Parameters:
    V - the value type
    All Implemented Interfaces:
    java.lang.Iterable<OortObject.Info<java.util.concurrent.ConcurrentMap<java.lang.String,​V>>>, java.util.EventListener, ConfigurableServerChannel.Initializer, Oort.CometListener, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.LifeCycle

    public class OortStringMap<V>
    extends OortMap<java.lang.String,​V>
    The equivalent of an OortMap&lt;String,V&gt;.
    • Constructor Detail

      • OortStringMap

        public OortStringMap​(Oort oort,
                             java.lang.String name,
                             OortObject.Factory<java.util.concurrent.ConcurrentMap<java.lang.String,​V>> factory)