Home
last modified time | relevance | path

Searched refs:newMethodCollection (Results 1 – 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/
DElementFactory.java41 public static IMethodCollection newMethodCollection (final int capacity) in newMethodCollection() method in ElementFactory
DClassDef.java57 m_methods = ElementFactory.newMethodCollection (-1); in ClassDef()