gnu.gcj.runtime

Class PersistentByteMap.AccessMode

Enclosing Class:
PersistentByteMap

public static final class PersistentByteMap.AccessMode
extends Object

Field Summary

static PersistentByteMap.AccessMode
PRIVATE
static PersistentByteMap.AccessMode
READ_ONLY
static PersistentByteMap.AccessMode
READ_WRITE

Method Summary

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

PRIVATE

public static final PersistentByteMap.AccessMode PRIVATE

READ_ONLY

public static final PersistentByteMap.AccessMode READ_ONLY

READ_WRITE

public static final PersistentByteMap.AccessMode READ_WRITE

Copyright (C) 2004, 2005 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.