Searched refs:isSingleton (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/util/Collections/
H A DEmptyCollectionSerialization.java48 private static boolean isSingleton(Object o) throws Exception { method in class:EmptyCollectionSerialization
53 if (!isSingleton(Collections.EMPTY_SET))
55 if (!isSingleton(Collections.EMPTY_LIST))
57 if (!isSingleton(Collections.EMPTY_MAP))
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DAMXMetadata.java60 boolean isSingleton() default false ;
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DManagementFactory.java647 if (!pc.isSingleton())
727 if (!pc.isSingleton())
H A DPlatformComponent.java353 boolean isSingleton() { method in class:PlatformComponent

Completed in 269 milliseconds