Searched refs:cachedKeySet (Results 1 – 2 of 2) sorted by relevance
306 private transient ImmutableSet<K> cachedKeySet = null;309 if (cachedKeySet != null) {310 return cachedKeySet;312 return cachedKeySet = createKeySet();
1112 private transient Set<String> cachedKeySet = null; field in XMLSource.ResolvingSource1122 if (cachedKeySet == null) { in getCachedKeySet()1123 cachedKeySet = fillKeys(); in getCachedKeySet()1126 cachedKeySet = Collections.unmodifiableSet(cachedKeySet); in getCachedKeySet()1128 return cachedKeySet; in getCachedKeySet()