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

/openjdk7/hotspot/test/compiler/6865031/
H A DTest.java89 final class SingletonList extends AbstractMemoryEfficientList { class in inherits:AbstractMemoryEfficientList
92 SingletonList(final Object obj1) { method in class:SingletonList
607 ml1 = new MultiSynonymKey(new SingletonList(new String(arg1)));
609 ml3 = new MultiSynonymKey(new SingletonList(new String(arg1)));
623 test.ml1 = new MultiSynonymKey(new SingletonList(new String(test.arg1)));
/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java3349 return new SingletonList<>(o);
3355 private static class SingletonList<E> class in class:Collections
3363 SingletonList(E obj) {element = obj;} method in class:Collections.SingletonList

Completed in 154 milliseconds