Searched defs:DoubletonList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/compiler/6865031/
H A DTest.java120 final class DoubletonList extends AbstractMemoryEfficientList { class in inherits:AbstractMemoryEfficientList
124 DoubletonList(final Object obj1, final Object obj2) { method in class:DoubletonList
599 ml2 = new MultiSynonymKey(new DoubletonList(new String(arg1), new String(arg2)));
601 ml3 = new MultiSynonymKey(new DoubletonList(new String(arg1), new String(arg2)));
624 test.ml2 = new MultiSynonymKey(new DoubletonList(new String(test.arg1), new String(test.arg2)));
625 test.ml3 = new MultiSynonymKey(new DoubletonList(new String(test.arg1), new String(test.arg2)));

Completed in 60 milliseconds