- Sort Score
- Result 10 results
- Languages All
Results 391 - 400 of 4,027 for See (0.01 sec)
-
ClassPathUtil.java
es/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express L11: * or implied. See the License for the specific language governing permissions and limitations under L12: * the License. L13: */ L14: L15:package com.google.common.util.concurrent; L16: L17:import static com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH; L18:import...github.com/google/guava/android/guava-tests/tes...Wed Sep 13 20:26:15 UTC 2017 2.3K bytes -
ListReplaceAllTester.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing.testers; L18: L19:import static com.google.common.collect.testing.features.CollectionSize.ZERO;...github.com/google/guava/guava-testlib/src/com/g...Wed Oct 30 16:15:19 UTC 2024 2.4K bytes -
QueueRemoveTester.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing.testers; L18: L19:import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;...github.com/google/guava/guava-testlib/src/com/g...Thu Oct 17 20:00:30 UTC 2024 2.5K bytes -
SortedSetMultimap.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect; L18: L19:import com.google.common.annotations.GwtCompatible; L20:import com.google.errorprone....github.com/google/guava/android/guava/src/com/g...Mon Jan 24 17:47:51 UTC 2022 5.3K bytes -
CollectionCreationTester.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing.testers; L18: L19:import static com.google.common.collect.testing.Helpers.getMethod; L20:import...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 3K bytes -
AsyncEventBus.java
es/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express L11: * or implied. See the License for the specific language governing permissions and limitations under L12: * the License. L13: */ L14: L15:package com.google.common.eventbus; L16: L17:import java.util.concurrent.Executor; L18: L19:/** L20: * An {@link EventBus} that takes...github.com/google/guava/android/guava/src/com/g...Thu Apr 22 13:05:46 UTC 2021 2.5K bytes -
PeekingIterator.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect; L18: L19:import com.google.common.annotations.GwtCompatible; L20:import com.google.errorprone....github.com/google/guava/guava/src/com/google/co...Mon Jan 24 17:47:51 UTC 2022 2.5K bytes -
LinkedHashMultimap.java
} L220: L221: @Override L222: public ValueSetLink<K, V> getPredecessorInValueSet() { L223: return requireNonNull(predecessorInValueSet); // see the comment on the class fields L224: } L225: L226: @Override L227: public ValueSetLink<K, V> getSuccessorInValueSet() { L228: return requireNonNull(successorInValueSet); // see the comment on the class fields L229: } L230: L231: @Override L232: public void setPredecessorInValueSet(ValueSetLink<K, V> entry) { L233: ...github.com/google/guava/guava/src/com/google/co...Thu Feb 22 21:19:52 UTC 2024 24.3K bytes -
MapContainsValueTester.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing.testers; L18: L19:import static com.google.common.collect.testing.features.CollectionSize.ZERO;...github.com/google/guava/guava-testlib/src/com/g...Wed Jul 24 20:12:35 UTC 2024 3.2K bytes -
MapClearTester.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing.testers; L18: L19:import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;...github.com/google/guava/guava-testlib/src/com/g...Thu Oct 17 20:00:30 UTC 2024 3.8K bytes