Searched refs:EntryFuture (Results 1 – 2 of 2) sorted by relevance
340 EntryFuture future = null; in lookup()342 EntryFuture newEntry = new EntryFuture(); in lookup()361 if (entry instanceof EntryFuture) { in lookup()362 future = (EntryFuture) entry; in lookup()408 private static class EntryFuture { class in ObjectStreamClass2251 EntryFuture future = null; in getReflector()2253 EntryFuture newEntry = new EntryFuture(); in getReflector()2271 } else if (entry instanceof EntryFuture) { in getReflector()2272 entry = ((EntryFuture) entry).get(); in getReflector()
505 private static class EntryFuture { class in ObjectStreamClass507 private EntryFuture() { in EntryFuture() method in ObjectStreamClass.EntryFuture