| Constructor and Description |
|---|
CommonTable(java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
compact()
compact the table
|
void |
dump()
dump the content
|
long |
estimatedMemoryInBytes()
What is the estimated size of this object.
|
int |
getCount()
Get the current count
|
java.lang.Object |
intern(java.lang.Object obj)
make sure there is only one instance of this object
|
java.lang.String |
toString() |
public CommonTable(java.lang.String description)
description - the descriptionpublic void dump()
public void compact()
public int getCount()
public java.lang.Object intern(java.lang.Object obj)
obj - the object to intern@CheckReturnValue @Nonnull public java.lang.String toString()
toString in class java.lang.Objectpublic long estimatedMemoryInBytes()
SizeOfestimatedMemoryInBytes in interface SizeOfstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.