abstract class ClassSizeCatalog
extends java.util.Hashtable<java.lang.String,int[]>
ClassSize.getSizeCoefficients(Class)| Modifier and Type | Field and Description |
|---|---|
private static ClassSizeCatalog |
INSTANCE
The singleton instance of this class.
|
| Constructor and Description |
|---|
ClassSizeCatalog() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ClassSizeCatalog |
getInstance()
Get the singleton
ClassSizeCatalog instance. |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuesprivate static final ClassSizeCatalog INSTANCE
static ClassSizeCatalog getInstance()
ClassSizeCatalog instance.Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.