org.drools.core.util
Class PrimitiveLongMap.Page

java.lang.Object
  extended by org.drools.core.util.PrimitiveLongMap.Page
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
PrimitiveLongMap

public static class PrimitiveLongMap.Page
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
PrimitiveLongMap.Page()
           
 
Method Summary
 Object get(long key)
           
 PrimitiveLongMap.Page getNextSibling()
           
 int getPageId()
           
 PrimitiveLongMap.Page getPreviousSibling()
           
 boolean isEmpty()
           
 Object put(long key, Object newValue)
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveLongMap.Page

public PrimitiveLongMap.Page()
Method Detail

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

getPageId

public int getPageId()

getNextSibling

public PrimitiveLongMap.Page getNextSibling()

getPreviousSibling

public PrimitiveLongMap.Page getPreviousSibling()

get

public Object get(long key)

put

public Object put(long key,
                  Object newValue)

isEmpty

public boolean isEmpty()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.