gnu.gcj.runtime

Class PersistentByteMap.MapEntry

Enclosing Class:
PersistentByteMap

public static final class PersistentByteMap.MapEntry
extends Object

Constructor Summary

MapEntry(int bucket, Object newKey, Object newValue)

Method Summary

int
getBucket()
Object
getKey()
Object
getValue()

Methods inherited from class java.lang.Object

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

Constructor Details

MapEntry

public MapEntry(int bucket,
                Object newKey,
                Object newValue)

Method Details

getBucket

public final int getBucket()

getKey

public final Object getKey()

getValue

public final Object getValue()

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.