Searched refs:cachedKeySet (Results 1 – 2 of 2) sorted by relevance
457 private transient @Nullable ImmutableSet<K> cachedKeySet = null;460 if (cachedKeySet != null) {461 return cachedKeySet;463 return cachedKeySet = createKeySet();
1349 private transient Set<String> cachedKeySet = null; field in XMLSource.ResolvingSource1360 if (cachedKeySet == null) { in getCachedKeySet()1361 cachedKeySet = fillKeys(); in getCachedKeySet()1362 cachedKeySet = Collections.unmodifiableSet(cachedKeySet); in getCachedKeySet()1364 return cachedKeySet; in getCachedKeySet()