Search Options

Results per page
Sort
Preferred Languages
Advance

Results 561 - 570 of 915 for Gang (0.02 sec)

  1. CompactHashing.java

    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 static java.lang.Math.max; L20: L21:import com.google.common.annotations.GwtIncompatible; L22:import com.google.common.base.Objects; L23:import com.google.common.primitives.Ints; L24:import java.util.Arrays; L25:import javax.annotation.CheckForNull; L26:import org...
    github.com/google/guava/android/guava/src/com/g...
    Fri Oct 25 15:34:52 UTC 2024
      7.1K bytes
  2. ThreadFactoryBuilder.java

    L19:import static java.util.Objects.requireNonNull; L20: L21:import com.google.common.annotations.GwtIncompatible; L22:import com.google.common.annotations.J2ktIncompatible; L23:import com.google.errorprone.annotations.CanIgnoreReturnValue; L24:import java.lang.Thread.UncaughtExceptionHandler; L25:import java.util.Locale; L26:import java.util.concurrent.Executors; L27:import java.util.concurrent.ThreadFactory; L28:import java.util.concurrent.atomic.AtomicLong; L29:import javax.annotation.CheckForNull; L30:...
    github.com/google/guava/guava/src/com/google/co...
    Mon Oct 14 22:50:54 UTC 2024
      7.9K bytes
  3. ByteSourceTest.java

    ption.READ_THROWS; L24:import static com.google.common.io.TestOption.SKIP_THROWS; L25:import static com.google.common.io.TestOption.WRITE_THROWS; L26:import static com.google.common.truth.Truth.assertThat; L27:import static java.lang.Math.max; L28:import static java.lang.Math.min; L29:import static java.nio.charset.StandardCharsets.US_ASCII; L30:import static org.junit.Assert.assertArrayEquals; L31:import static org.junit.Assert.assertThrows; L32: L33:import com.google.common.collect.ImmutableList;...
    github.com/google/guava/android/guava-tests/tes...
    Sat Oct 19 00:26:48 UTC 2024
      15.4K bytes
  4. QueryFieldConfig.java

    L24:import java.util.List; L25:import java.util.Set; L26:import java.util.function.Consumer; L27:import java.util.stream.Stream; L28: L29:import org.apache.logging.log4j.LogManager; L30:import org.apache.logging.log4j.Logger; L31:import org.codelibs.core.lang.StringUtil; L32:import org.codelibs.core.misc.Pair; L33:import org.codelibs.fess.mylasta.direction.FessConfig; L34:import org.codelibs.fess.util.ComponentUtil; L35: L36:import jakarta.annotation.PostConstruct; L37: L38:public class QueryFieldConfig...
    github.com/codelibs/fess/src/main/java/org/code...
    Mon Jul 22 04:30:56 UTC 2024
      16K bytes
  5. CrawlingInfoHelper.java

    L25:import java.util.LinkedHashMap; L26:import java.util.List; L27:import java.util.Map; L28:import java.util.stream.Collectors; L29: L30:import org.apache.logging.log4j.LogManager; L31:import org.apache.logging.log4j.Logger; L32:import org.codelibs.core.lang.StringUtil; L33:import org.codelibs.core.security.MessageDigestUtil; L34:import org.codelibs.fess.Constants; L35:import org.codelibs.fess.app.service.CrawlingInfoService; L36:import org.codelibs.fess.es.client.SearchEngineClient; L37:import org.co...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.6K bytes
  6. DataConfigService.java

    specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.util.List; L19: L20:import org.codelibs.core.beans.util.BeanUtil; L21:import org.codelibs.core.lang.StringUtil; L22:import org.codelibs.fess.Constants; L23:import org.codelibs.fess.app.pager.DataConfigPager; L24:import org.codelibs.fess.es.config.cbean.DataConfigCB; L25:import org.codelibs.fess.es.config.exbhv.DataConfigBhv; L26:import org.codel...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.2K bytes
  7. MultisetCountTester.java

    com.google.common.annotations.J2ktIncompatible; L30:import com.google.common.collect.testing.WrongType; L31:import com.google.common.collect.testing.features.CollectionFeature; L32:import com.google.common.collect.testing.features.CollectionSize; L33:import java.lang.reflect.Method; L34:import java.util.List; L35:import org.junit.Ignore; L36: L37:/** L38: * Tests for {@code Multiset#count}. L39: * L40: * @author Jared Levy L41: */ L42:@GwtCompatible(emulated = true) L43:@Ignore // Affects only Android test runner,...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      3.5K bytes
  8. CollectionSpliteratorTester.java

    bstractCollectionTester; L30:import com.google.common.collect.testing.SpliteratorTester; L31:import com.google.common.collect.testing.features.CollectionFeature; L32:import com.google.common.collect.testing.features.CollectionSize; L33:import java.lang.reflect.Method; L34:import java.util.Spliterator; L35:import org.junit.Ignore; L36: L37:/** L38: * A generic JUnit test which tests {@code spliterator} operations on a collection. Can't be invoked L39: * directly; please see {@link com.google.comm...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      3.8K bytes
  9. ConstructorNotFoundRuntimeException.java

    implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.core.exception; L17: L18:import static org.codelibs.core.collection.ArrayUtil.asArray; L19: L20:import java.lang.reflect.Constructor; L21: L22:/** L23: * {@link Constructor}が見つからなかったときにスローされる例外Vです。 L24: * L25: * @author higa L26: */ L27:public class ConstructorNotFoundRuntimeException extends ClRuntimeException { L28: L29: private static final long serialVersionUID...
    github.com/codelibs/corelib/src/main/java/org/c...
    Thu Mar 07 01:59:08 UTC 2024
      3.7K bytes
  10. MinMaxPriorityQueue.java

    com.google.common.base.Preconditions.checkPositionIndex; L22:import static com.google.common.base.Preconditions.checkState; L23:import static com.google.common.collect.CollectPreconditions.checkRemove; L24:import static java.lang.Math.max; L25:import static java.lang.Math.min; L26:import static java.lang.System.arraycopy; L27:import static java.util.Objects.requireNonNull; L28: L29:import com.google.common.annotations.GwtCompatible; L30:import com.google.common.annotations.J2ktIncompatible; L31:import com.goog...
    github.com/google/guava/guava/src/com/google/co...
    Wed Oct 30 16:15:19 UTC 2024
      34.1K bytes
Back to top