Searched refs:EntryFuture (Results 1 – 1 of 1) sorted by relevance
317 EntryFuture future = null; in lookup()319 EntryFuture newEntry = new EntryFuture(); in lookup()338 if (entry instanceof EntryFuture) { in lookup()339 future = (EntryFuture) entry; in lookup()385 private static class EntryFuture { class in ObjectStreamClass2124 EntryFuture future = null; in getReflector()2126 EntryFuture newEntry = new EntryFuture(); in getReflector()2144 } else if (entry instanceof EntryFuture) { in getReflector()2145 entry = ((EntryFuture) entry).get(); in getReflector()