Class OortLongMap<V>

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

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

      • OortLongMap

        public OortLongMap​(Oort oort,
                           java.lang.String name,
                           OortObject.Factory<java.util.concurrent.ConcurrentMap<java.lang.Long,​V>> factory)
    • Method Detail

      • deserialize

        protected java.lang.Object deserialize​(java.lang.Object object)
        Overrides:
        deserialize in class OortObject<java.util.concurrent.ConcurrentMap<java.lang.Long,​V>>