Searched refs:EntryFuture (Results 1 – 2 of 2) sorted by relevance
360 EntryFuture future = null; in lookup()362 EntryFuture newEntry = new EntryFuture(); in lookup()381 if (entry instanceof EntryFuture) { in lookup()382 future = (EntryFuture) entry; in lookup()428 private static class EntryFuture { class in ObjectStreamClass2328 EntryFuture future = null; in getReflector()2330 EntryFuture newEntry = new EntryFuture(); in getReflector()2348 } else if (entry instanceof EntryFuture) { in getReflector()2349 entry = ((EntryFuture) entry).get(); in getReflector()
505 private static class EntryFuture { class in ObjectStreamClass507 private EntryFuture() { in EntryFuture() method in ObjectStreamClass.EntryFuture