org.apache.derby.iapi.services.classfile
Class MemberTable
java.lang.Object
org.apache.derby.iapi.services.classfile.MemberTable
class MemberTable
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entries
protected java.util.Vector entries
hashtable
private java.util.Hashtable hashtable
mutableMTH
private MemberTableHash mutableMTH
MemberTable
public MemberTable(int count)
addEntry
void addEntry(ClassMember item)
find
ClassMember find(java.lang.String name,
java.lang.String descriptor)
put
void put(ClassFormatOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
size
int size()
classFileSize
int classFileSize()
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.