- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for decrement (0.04 sec)
-
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
/** * Removes an entry from within a table. All entries following the removed node can stay, but * all preceding ones need to be cloned. * * <p>This method does not decrement count for the removed entry, but does decrement count for * all partially collected entries which are skipped. As such callers which are modifying count * must re-read it after calling removeFromChain. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 90K bytes - Viewed (0) -
src/main/java/org/codelibs/core/collection/CollectionsUtil.java
* * @param <E> the element type of {@link Vector} * @param initialCapacity the initial capacity of the vector * @param capacityIncrement the capacity increment when the vector overflows * @return a new instance of {@link Vector} * @see Vector#Vector(int, int) */ public static <E> Vector<E> newVector(final int initialCapacity, final int capacityIncrement) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 49.9K bytes - Viewed (0)