- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for coalescing (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java
this.namespaceAware = namespaceAware; } /** * @return the coalescing */ public boolean isCoalescing() { return coalescing; } /** * @param coalescing the coalescing to set */ public void setCoalescing(final boolean coalescing) { this.coalescing = coalescing; } /** * @return the expandEntityRef */
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:41:37 UTC 2024 - 17.9K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSortedMultiset.java
this.counts = new int[ImmutableCollection.Builder.DEFAULT_INITIAL_CAPACITY]; } /** Check if we need to do deduplication and coalescing, and if so, do it. */ private void maintenance() { if (length == elements.length) { dedupAndCoalesce(true); } else if (forceCopyElements) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 21:21:17 UTC 2024 - 35.4K bytes - Viewed (0)