com.vladium.emma.report.html
Class ReportGenerator.IDGenerator

java.lang.Object
  extended bycom.vladium.emma.report.html.ReportGenerator.IDGenerator
Enclosing class:
ReportGenerator

private static final class ReportGenerator.IDGenerator
extends java.lang.Object


Field Summary
private  ObjectIntMap m_namespace
           
private  int[] m_out
           
 
Constructor Summary
(package private) ReportGenerator.IDGenerator()
           
(package private) ReportGenerator.IDGenerator(int initialCapacity)
           
 
Method Summary
(package private)  java.lang.String getID(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_namespace

private final ObjectIntMap m_namespace

m_out

private final int[] m_out
Constructor Detail

ReportGenerator.IDGenerator

ReportGenerator.IDGenerator()

ReportGenerator.IDGenerator

ReportGenerator.IDGenerator(int initialCapacity)
Method Detail

getID

java.lang.String getID(java.lang.String key)