|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.btree.keys.ASCIIKeyBuilderFactory
public class ASCIIKeyBuilderFactory
Factory for instances that do NOT support Unicode.
| Constructor Summary | |
|---|---|
ASCIIKeyBuilderFactory()
De-serialization ctor. |
|
ASCIIKeyBuilderFactory(int initialCapacity)
|
|
| Method Summary | |
|---|---|
int |
getInitialCapacity()
|
IKeyBuilder |
getKeyBuilder()
Return an instance of the configured IKeyBuilder. |
void |
readExternal(ObjectInput in)
|
String |
toString()
Representation includes all aspects of the Serializable state. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ASCIIKeyBuilderFactory()
public ASCIIKeyBuilderFactory(int initialCapacity)
| Method Detail |
|---|
public int getInitialCapacity()
public String toString()
Serializable state.
toString in class Objectpublic IKeyBuilder getKeyBuilder()
IKeyBuilderFactoryIKeyBuilder.
getKeyBuilder in interface IKeyBuilderFactory
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||