- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 835 for Gang (0.03 sec)
-
MapEntrySetTester.java
ing.AbstractMapTester; L35:import com.google.common.collect.testing.features.CollectionFeature; L36:import com.google.common.collect.testing.features.CollectionSize; L37:import com.google.common.collect.testing.features.MapFeature; L38:import java.lang.reflect.Method; L39:import java.util.Iterator; L40:import java.util.Map.Entry; L41:import java.util.Set; L42:import org.junit.Ignore; L43: L44:/** L45: * Tests {@link java.util.Map#entrySet}. L46: * L47: * @author Louis Wasserman L48: * @param <K>...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 6.4K bytes -
ReflectionFreeAssertThrows.java
estExceptions.SomeOtherCheckedException; L25:import com.google.common.base.TestExceptions.SomeUncheckedException; L26:import com.google.common.collect.ImmutableMap; L27:import com.google.errorprone.annotations.CanIgnoreReturnValue; L28:import java.lang.reflect.InvocationTargetException; L29:import java.nio.charset.UnsupportedCharsetException; L30:import java.util.ConcurrentModificationException; L31:import java.util.NoSuchElementException; L32:import java.util.concurrent.CancellationException; L33:import...github.com/google/guava/android/guava-tests/tes...Thu Oct 17 19:43:49 UTC 2024 6.7K bytes -
MapEntrySetTester.java
ing.AbstractMapTester; L35:import com.google.common.collect.testing.features.CollectionFeature; L36:import com.google.common.collect.testing.features.CollectionSize; L37:import com.google.common.collect.testing.features.MapFeature; L38:import java.lang.reflect.Method; L39:import java.util.Iterator; L40:import java.util.Map.Entry; L41:import java.util.Set; L42:import org.junit.Ignore; L43: L44:/** L45: * Tests {@link java.util.Map#entrySet}. L46: * L47: * @author Louis Wasserman L48: * @param <K>...github.com/google/guava/guava-testlib/src/com/g...Wed Oct 30 16:15:19 UTC 2024 6.4K bytes -
ReflectionFreeAssertThrows.java
com.google.common.collect.testing.testers.TestExceptions.SomeOtherCheckedException; L28:import com.google.common.collect.testing.testers.TestExceptions.SomeUncheckedException; L29:import com.google.errorprone.annotations.CanIgnoreReturnValue; L30:import java.lang.reflect.InvocationTargetException; L31:import java.nio.charset.UnsupportedCharsetException; L32:import java.util.ConcurrentModificationException; L33:import java.util.NoSuchElementException; L34:import java.util.concurrent.CancellationException; L35:import...github.com/google/guava/guava-testlib/src/com/g...Thu Oct 17 20:00:30 UTC 2024 6.9K bytes -
CreateForm.java
OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.webconfig; L17: L18:import org.codelibs.core.lang.StringUtil; L19:import org.codelibs.fess.Constants; L20:import org.codelibs.fess.app.web.CrudMode; L21:import org.codelibs.fess.mylasta.direction.FessConfig; L22:import org.codelibs.fess.util.ComponentUtil; L23:import org.codelibs.fess.validation.CustomSize;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 4.2K bytes -
InternersTest.java
L22:import com.google.common.collect.Interners.InternerImpl; L23:import com.google.common.collect.MapMakerInternalMap.Strength; L24:import com.google.common.testing.GcFinalization; L25:import com.google.common.testing.NullPointerTester; L26:import java.lang.ref.WeakReference; L27:import junit.framework.TestCase; L28: L29:/** L30: * Unit test for {@link Interners}. L31: * L32: * @author Kevin Bourrillion L33: */ L34:public class InternersTest extends TestCase { L35: L36: public void testStrong_simplistic()...github.com/google/guava/guava-tests/test/com/go...Wed Jul 24 22:09:38 UTC 2024 4K bytes -
AbstractFessFileTransformer.java
java.util.stream.Collectors; L28: L29:import org.apache.commons.lang3.StringUtils; L30:import org.apache.logging.log4j.LogManager; L31:import org.apache.logging.log4j.Logger; L32:import org.codelibs.core.io.SerializeUtil; L33:import org.codelibs.core.lang.StringUtil; L34:import org.codelibs.core.misc.Tuple3; L35:import org.codelibs.fess.Constants; L36:import org.codelibs.fess.crawler.entity.AccessResultData; L37:import org.codelibs.fess.crawler.entity.ExtractData; L38:import org.codelibs.fess.crawl...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 23.6K bytes -
ApiAdminRelatedqueryAction.java
tedquery.AdminRelatedqueryAction.getRelatedQuery; L20: L21:import java.util.List; L22:import java.util.stream.Collectors; L23: L24:import org.apache.logging.log4j.LogManager; L25:import org.apache.logging.log4j.Logger; L26:import org.codelibs.core.lang.StringUtil; L27:import org.codelibs.fess.Constants; L28:import org.codelibs.fess.app.pager.RelatedQueryPager; L29:import org.codelibs.fess.app.service.RelatedQueryService; L30:import org.codelibs.fess.app.web.CrudMode; L31:import org.codelibs.fess...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 6.6K bytes -
MapMergeTester.java
rs; L31:import com.google.common.collect.testing.features.CollectionSize; L32:import com.google.common.collect.testing.features.MapFeature; L33:import com.google.common.collect.testing.testers.TestExceptions.SomeUncheckedException; L34:import java.lang.reflect.Method; L35:import java.util.Hashtable; L36:import java.util.Map; L37:import junit.framework.AssertionFailedError; L38:import org.junit.Ignore; L39: L40:/** L41: * A generic JUnit test which tests {@link Map#merge}. Can't be invoked directly;...github.com/google/guava/android/guava-testlib/s...Thu Oct 31 14:51:04 UTC 2024 6.8K bytes -
ReflectionFreeAssertThrows.java
com.google.common.collect.testing.testers.TestExceptions.SomeOtherCheckedException; L28:import com.google.common.collect.testing.testers.TestExceptions.SomeUncheckedException; L29:import com.google.errorprone.annotations.CanIgnoreReturnValue; L30:import java.lang.reflect.InvocationTargetException; L31:import java.nio.charset.UnsupportedCharsetException; L32:import java.util.ConcurrentModificationException; L33:import java.util.NoSuchElementException; L34:import java.util.concurrent.CancellationException; L35:import...github.com/google/guava/android/guava-testlib/s...Thu Oct 17 20:00:30 UTC 2024 6.9K bytes