org.eclipse.core.runtime.internal.stats
Class ResourceBundleStats
java.lang.Object
org.eclipse.core.runtime.internal.stats.ResourceBundleStats
public class ResourceBundleStats
- extends Object
BundleStats is used to represent information about loaded bundle. A
bundlestats instance represents only one bundle.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceBundleStats
public ResourceBundleStats(String pluginId,
String fileName,
URL input)
ResourceBundleStats
public ResourceBundleStats(String pluginId,
String fileName,
ResourceBundle bundle)
getHashSize
public long getHashSize()
getKeyCount
public int getKeyCount()
getPluginId
public String getPluginId()
getKeySize
public int getKeySize()
getValueSize
public int getValueSize()
getTotalSize
public long getTotalSize()
getFileName
public String getFileName()
getFileSize
public long getFileSize()
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.