Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/jcd/cls/
DElementFactory.java36 public static IInterfaceCollection newInterfaceCollection (final int capacity) in newInterfaceCollection() method in ElementFactory
DClassDef.java55 m_interfaces = ElementFactory.newInterfaceCollection (-1); in ClassDef()