Searched refs:cachedKeySet (Results 1 – 2 of 2) sorted by relevance
303 private transient ImmutableSet<K> cachedKeySet = null;306 if (cachedKeySet != null) {307 return cachedKeySet;309 return cachedKeySet = createKeySet();
1184 private transient Set<String> cachedKeySet = null; field in XMLSource.ResolvingSource1195 if (cachedKeySet == null) { in getCachedKeySet()1196 cachedKeySet = fillKeys(); in getCachedKeySet()1199 cachedKeySet = Collections.unmodifiableSet(cachedKeySet); in getCachedKeySet()1201 return cachedKeySet; in getCachedKeySet()