- Sort Score
- Result 10 results
- Languages All
Results 61 - 65 of 65 for emptyMap (0.1 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
if (map == null) { final String value = getSystemProperty(Constants.DEFAULT_LABEL_VALUE_PROPERTY); if (StringUtil.isBlank(value)) { map = Collections.emptyMap(); } else { final Set<String> keySet = new HashSet<>(); map = split(value, "\n").get(stream -> stream.filter(StringUtil::isNotBlank).map(s -> {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 87.2K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableMap.java
return CollectCollectors.toImmutableMap(keyFunction, valueFunction, mergeFunction); } /** * Returns the empty map. This map behaves and performs comparably to {@link * Collections#emptyMap}, and is preferable mainly for consistency and maintainability of your * code. * * <p><b>Performance note:</b> the instance returned is a singleton. */ @SuppressWarnings("unchecked")
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 41.5K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableMap.java
return CollectCollectors.toImmutableMap(keyFunction, valueFunction, mergeFunction); } /** * Returns the empty map. This map behaves and performs comparably to {@link * Collections#emptyMap}, and is preferable mainly for consistency and maintainability of your * code. * * <p><b>Performance note:</b> the instance returned is a singleton. */ @SuppressWarnings("unchecked")
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 44.6K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
scala.collection.GenMap $plus$79a5e04d(scala.Tuple2); public final void foreach(scala.Function1); public void Map$Map1(Object, Object); } scala/collection/immutable/Map$EmptyMap$.class package scala.collection.immutable; public final synchronized class Map$EmptyMap$ extends AbstractMap implements scala.Serializable { public static final Map$EmptyMap$ MODULE$; public static void <clinit>(); public final int size(); public final scala.Option get(Object); public final scala.collection.Iterator iterator(); public...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0) -
api/go1.txt
pkg regexp/syntax, const DotNL Flags pkg regexp/syntax, const EmptyBeginLine EmptyOp pkg regexp/syntax, const EmptyBeginText EmptyOp pkg regexp/syntax, const EmptyEndLine EmptyOp pkg regexp/syntax, const EmptyEndText EmptyOp pkg regexp/syntax, const EmptyNoWordBoundary EmptyOp pkg regexp/syntax, const EmptyWordBoundary EmptyOp pkg regexp/syntax, const ErrInternalError ErrorCode
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)