- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 189 for Graphs (0.15 sec)
-
guava/src/com/google/common/graph/DirectedMultiNetworkConnections.java
* See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.graph; import static com.google.common.base.Preconditions.checkState; import static com.google.common.graph.GraphConstants.INNER_CAPACITY; import static com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR; import com.google.common.collect.HashMultiset; import com.google.common.collect.ImmutableMap;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/SAXRuntimeException.java
*/ package org.codelibs.core.exception; import static org.codelibs.core.collection.ArrayUtil.asArray; import org.xml.sax.SAXException; import org.xml.sax.SAXParseException; /** * Exception that wraps {@link SAXException}. * * @author higa */ public class SAXRuntimeException extends ClRuntimeException { private static final long serialVersionUID = -4933312103385038765L; /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/collection/MultiIterator.java
protected final Iterator<E>[] iterators; /** Index of the currently iterated {@link Iterator}. */ protected int index; /** * Returns an {@link Iterable} that wraps a {@link MultiIterator} for use in a for-each statement. * * @param <E> the element type * @param iterables the array of {@link Iterable} (must not be {@literal null})
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 3.5K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/ClusterException.java
* <li>If {@code exceptions} has a single exceptions and that exceptions is not a * {@link RuntimeException}, return a simple {@code RuntimeException} that wraps it * <li>Otherwise, return an instance of {@link ClusterException} that wraps the first exception * in the {@code exceptions} collection. * </ul> * * <p>Though this method takes any {@link Collection}, it often makes most sense to pass a {@link
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/jar/JarInputStreamUtil.java
try { return new JarInputStream(is); } catch (final IOException e) { throw new IORuntimeException(e); } } /** * Method that wraps exception handling for {@link JarInputStream#getNextJarEntry()}. * * @param is the input stream (must not be {@literal null}) * @return {@link JarEntry}
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/InvalidKeyRuntimeException.java
package org.codelibs.core.exception; import static org.codelibs.core.collection.ArrayUtil.asArray; import java.security.InvalidKeyException; import java.security.NoSuchAlgorithmException; /** * Exception that wraps {@link NoSuchAlgorithmException}. * * @author shinsuke */ public class InvalidKeyRuntimeException extends ClRuntimeException { private static final long serialVersionUID = -3176447530746274091L; /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 1.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/ClIllegalArgumentException.java
* governing permissions and limitations under the License. */ package org.codelibs.core.exception; import org.codelibs.core.message.MessageFormatter; /** * Exception that wraps {@link IllegalArgumentException}. * * @author koichik */ public class ClIllegalArgumentException extends IllegalArgumentException { private static final long serialVersionUID = -3701473506893554853L;
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 2.6K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/DirectedNetworkConnections.java
* See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.graph; import static com.google.common.graph.GraphConstants.EXPECTED_DEGREE; import com.google.common.collect.BiMap; import com.google.common.collect.HashBiMap; import com.google.common.collect.ImmutableBiMap; import java.util.Collections;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 2.1K bytes - Viewed (0) -
guava/src/com/google/common/graph/DirectedNetworkConnections.java
* See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.graph; import static com.google.common.graph.GraphConstants.EXPECTED_DEGREE; import com.google.common.collect.BiMap; import com.google.common.collect.HashBiMap; import com.google.common.collect.ImmutableBiMap; import java.util.Collections;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/net/JarURLConnectionUtil.java
* * @author higa */ public abstract class JarURLConnectionUtil { /** * Do not instantiate. */ protected JarURLConnectionUtil() { } /** * A method that wraps the exception handling of {@link JarURLConnection#getJarFile()}. * * @param conn * {@link JarURLConnection}. Must not be {@literal null}. * @return {@link JarFile} */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 1.6K bytes - Viewed (0)