Searched refs:createReference (Results 1 – 2 of 2) sorted by relevance
52 AtomicReference<String> ref = new Java9LanguageFeatures().createReference("Hello, world"); in testDiamondOnAnonymousClasses()
67 public <T> AtomicReference<T> createReference(T content) { in createReference() method in Java9LanguageFeatures