- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 236 for help (0.03 sec)
-
DescendingImmutableSortedMultiset.java
lowerBound, BoundType boundType) { L80: return forward.headMultiset(lowerBound, boundType).descendingMultiset(); L81: } L82: L83: @Override L84: boolean isPartialView() { L85: return forward.isPartialView(); L86: } L87: L88: // redeclare to help optimizers with b/310253115 L89: @SuppressWarnings("RedundantOverride") L90: @Override L91: @J2ktIncompatible // serialization L92: Object writeReplace() { L93: return super.writeReplace(); L94: } L95:}...github.com/google/guava/guava/src/com/google/co...Thu Nov 30 21:54:06 UTC 2023 2.5K bytes -
ImmutableMapEntrySet.java
super Entry<K, V>> action) { L76: entries.forEach(action); L77: } L78: L79: @Override L80: ImmutableList<Entry<K, V>> createAsList() { L81: return new RegularImmutableAsList<>(this, entries); L82: } L83: L84: // redeclare to help optimizers with b/310253115 L85: @SuppressWarnings("RedundantOverride") L86: @Override L87: @J2ktIncompatible // serialization L88: @GwtIncompatible // serialization L89: Object writeReplace() { L90: return super.writeReplace();...github.com/google/guava/guava/src/com/google/co...Thu Nov 30 21:54:06 UTC 2023 4.1K bytes -
bug_report.yaml
L1:name: Bug Report L2:description: Something is not working as expected L3:labels: ["type=defect"] L4:body: L5: - type: markdown L6: attributes: L7: value: > L8: Thank you for filing a bug report. Please help us identify and resolve the bug by filling L9: out the following fields. Before we begin, please make sure that the bug is still present in L10: the [latest](https://github.com/google/guava/releases/latest) version of Guava available. L11: If it's already...github.com/google/guava/.github/ISSUE_TEMPLATE/...Tue Jul 16 20:08:25 UTC 2024 2.9K bytes -
JdkBackedImmutableMultiset.java
L82: return entries.get(index); L83: } L84: L85: @Override L86: boolean isPartialView() { L87: return false; L88: } L89: L90: @Override L91: public int size() { L92: return Ints.saturatedCast(size); L93: } L94: L95: // redeclare to help optimizers with b/310253115 L96: @SuppressWarnings("RedundantOverride") L97: @Override L98: @J2ktIncompatible // serialization L99: @GwtIncompatible // serialization L100: Object writeReplace() { L101: return super.writeReplace(); L102: }...github.com/google/guava/guava/src/com/google/co...Thu Feb 22 21:19:52 UTC 2024 3.3K bytes -
ImmutableMapEntrySet.java
L63: public UnmodifiableIterator<Entry<K, V>> iterator() { L64: return entries.iterator(); L65: } L66: L67: @Override L68: ImmutableList<Entry<K, V>> createAsList() { L69: return entries; L70: } L71: L72: // redeclare to help optimizers with b/310253115 L73: @SuppressWarnings("RedundantOverride") L74: @Override L75: @J2ktIncompatible // serialization L76: @GwtIncompatible // serialization L77: Object writeReplace() { L78: return super.writeReplace();...github.com/google/guava/android/guava/src/com/g...Thu Nov 30 21:54:06 UTC 2023 3.8K bytes -
theme-default.min.css
4a48;background:0 0;-webkit-box-shadow:none;box-shadow:none}input[type=file].valid{color:#468847;background:0 0;-webkit-box-shadow:none;box-shadow:none}.form-error{display:block;color:#b94a48;margin-top:5px;margin-bottom:10px;line-height:140%}span.help{color:#999;font-size:90%}input.async-validation,input.validating-server-side,select.async-validation,select.validating-server-side{opacity:.5;background-image:url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 33.3K bytes -
DoubleUtils.java
SIGNIFICAND_BITS + 1 bits, including the "implicit" one bit. To make rounding L102: * easier, we pick out the top SIGNIFICAND_BITS + 2 bits, so we have one to help us round up or L103: * down. twiceSignifFloor will contain the top SIGNIFICAND_BITS + 2 bits, and signifFloor the L104: * top SIGNIFICAND_BITS + 1. L105: * L106: * It helps to consider the real number signif = absX * 2^(SIGNIFICAND_BITS - exponent). L107: */ L108: int shift = exponent - SIGNIFICAND_BITS - 1; L109: long...github.com/google/guava/android/guava/src/com/g...Sat Oct 19 00:26:48 UTC 2024 5.1K bytes -
RegularImmutableSet.java
isPartialView() { L122: return false; L123: } L124: L125: @Override L126: public int hashCode() { L127: return hashCode; L128: } L129: L130: @Override L131: boolean isHashCodeFast() { L132: return true; L133: } L134: L135: // redeclare to help optimizers with b/310253115 L136: @SuppressWarnings("RedundantOverride") L137: @Override L138: @J2ktIncompatible // serialization L139: @GwtIncompatible // serialization L140: Object writeReplace() { L141: return super.writeReplace(); L142:...github.com/google/guava/guava/src/com/google/co...Wed Oct 30 16:15:19 UTC 2024 3.9K bytes -
DoubleUtils.java
SIGNIFICAND_BITS + 1 bits, including the "implicit" one bit. To make rounding L102: * easier, we pick out the top SIGNIFICAND_BITS + 2 bits, so we have one to help us round up or L103: * down. twiceSignifFloor will contain the top SIGNIFICAND_BITS + 2 bits, and signifFloor the L104: * top SIGNIFICAND_BITS + 1. L105: * L106: * It helps to consider the real number signif = absX * 2^(SIGNIFICAND_BITS - exponent). L107: */ L108: int shift = exponent - SIGNIFICAND_BITS - 1; L109: long...github.com/google/guava/guava/src/com/google/co...Sat Oct 19 00:26:48 UTC 2024 5.1K bytes -
ImmutableRangeMap.java
else { L353: return ranges.get(index + off); L354: } L355: } L356: L357: @Override L358: boolean isPartialView() { L359: return true; L360: } L361: L362: // redeclare to help optimizers with b/310253115 L363: @SuppressWarnings("RedundantOverride") L364: @Override L365: @J2ktIncompatible // serialization L366: Object writeReplace() { L367: return super.writeReplace(); L368:...github.com/google/guava/android/guava/src/com/g...Wed Oct 30 16:15:19 UTC 2024 14.4K bytes