Uses of Annotation Interface
org.docx4j.com.google.common.annotations.VisibleForTesting
Packages that use VisibleForTesting
Package
Description
-
Uses of VisibleForTesting in org.docx4j.com.google.common.base
Classes in org.docx4j.com.google.common.base with annotations of type VisibleForTestingModifier and TypeClassDescription(package private) static class(package private) static class(package private) static classFields in org.docx4j.com.google.common.base with annotations of type VisibleForTestingModifier and TypeFieldDescription(package private) static final StringThrowables.SHARED_SECRETS_CLASSNAMESharedSecrets class name to load using reflectionMethods in org.docx4j.com.google.common.base with annotations of type VisibleForTestingModifier and TypeMethodDescription(package private) static booleanStrings.validSurrogatePairAt(CharSequence string, int index) True when a valid surrogate pair starts at the givenindexin the givenstring. -
Uses of VisibleForTesting in org.docx4j.com.google.common.cache
Methods in org.docx4j.com.google.common.cache with annotations of type VisibleForTestingModifier and TypeMethodDescription(package private) booleanLocalCache.Segment.containsValue(Object value) This method is a convenience for testing.(package private) ReferenceEntry<K,V> LocalCache.copyEntry(ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) This method is a convenience for testing.(package private) booleanLocalCache.isLive(ReferenceEntry<K, V> entry, long now) This method is a convenience for testing.(package private) ReferenceEntry<K,V> LocalCache.newEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) This method is a convenience for testing.(package private) LocalCache.ValueReference<K,V> LocalCache.newValueReference(ReferenceEntry<K, V> entry, V value, int weight) This method is a convenience for testing.(package private) booleanLocalCache.Segment.removeEntry(ReferenceEntry<K, V> entry, int hash, RemovalCause cause) -
Uses of VisibleForTesting in org.docx4j.com.google.common.collect
Classes in org.docx4j.com.google.common.collect with annotations of type VisibleForTestingModifier and TypeClassDescription(package private) static class(package private) static class(package private) static classFields in org.docx4j.com.google.common.collect with annotations of type VisibleForTestingMethods in org.docx4j.com.google.common.collect with annotations of type VisibleForTestingModifier and TypeMethodDescription(package private) static intImmutableSet.chooseTableSize(int setSize) Returns an array size suitable for the backing array of a hash table that uses open addressing with linear probing in its implementation.(package private) voidImmutableSet.Builder.forceJdk()(package private) static <K,V> Map<K, V> (package private) static <E> Set<E> -
Uses of VisibleForTesting in org.docx4j.com.google.common.math
Fields in org.docx4j.com.google.common.math with annotations of type VisibleForTestingModifier and TypeFieldDescription(package private) static int[]IntMath.biggestBinomials(package private) static final intIntMath.FLOOR_SQRT_MAX_INT(package private) static final int[]IntMath.halfPowersOf10(package private) static final intIntMath.MAX_POWER_OF_SQRT2_UNSIGNEDThe biggest half power of two that can fit in an unsigned int.(package private) static final intIntMath.MAX_SIGNED_POWER_OF_TWO(package private) static final byte[]IntMath.maxLog10ForLeadingZeros(package private) static final int[]IntMath.powersOf10Methods in org.docx4j.com.google.common.math with annotations of type VisibleForTestingModifier and TypeMethodDescription(package private) static intIntMath.lessThanBranchFree(int x, int y) Returns 1 ifx < yas unsigned integers, and 0 otherwise.