org.drools.core.util
Class PrimitiveLongMap.Page
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveLongMap.Page
public PrimitiveLongMap.Page()
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.