Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.gcj.runtime.PersistentByteMap
public class PersistentByteMap
extends Object
Nested Class Summary | |
static class | |
static class |
Constructor Summary | |
|
Method Summary | |
int |
|
void |
|
static PersistentByteMap |
|
Set<E> |
|
void |
|
byte[] |
|
File |
|
Iterator<E> |
|
void |
|
void | |
int |
|
int |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public PersistentByteMap(File f, PersistentByteMap.AccessMode mode) throws IOException
public PersistentByteMap(String filename, PersistentByteMap.AccessMode mode) throws IOException
public static PersistentByteMap emptyPersistentByteMap(File name, int capacity, int strtabSize) throws IOException