Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for asarray (0.31 sec)

  1. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-active-collections/1.0-beta-1/plexus-active-collections-1.0-beta-1.jar

    DefaultActiveSet(org.codehaus.plexus.PlexusContainer, String); public boolean contains(Object); public boolean containsAll(java.util.Collection); public boolean isEmpty(); public java.util.Iterator iterator(); public int size(); public Object[] toArray(); public Object[] toArray(Object[]); public boolean checkedContains(Object) throws org.codehaus.plexus.component.repository.exception.ComponentLookupExcep; public boolean checkedContainsAll(java.util.Collection) throws org.codehaus.plexus.component.repositor...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 15.6K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-active-collections/1.0-beta-1/plexus-active-collections-1.0-beta-1.jar

    DefaultActiveSet(org.codehaus.plexus.PlexusContainer, String); public boolean contains(Object); public boolean containsAll(java.util.Collection); public boolean isEmpty(); public java.util.Iterator iterator(); public int size(); public Object[] toArray(); public Object[] toArray(Object[]); public boolean checkedContains(Object) throws org.codehaus.plexus.component.repository.exception.ComponentLookupExcep; public boolean checkedContainsAll(java.util.Collection) throws org.codehaus.plexus.component.repositor...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 15.6K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/resolver/MavenChainedWorkspaceReader.java

         */
        public static WorkspaceReader of(Collection<WorkspaceReader> workspaceReaderCollection) {
            WorkspaceReader[] readers = workspaceReaderCollection.toArray(new WorkspaceReader[0]);
            if (readers.length == 1) {
                return readers[0];
            }
            return new MavenChainedWorkspaceReader(readers);
        }
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 5.6K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar

    private static boolean areEqual(Object, Object); private static boolean areArraysEqual(Object, Object); private static boolean areArrayLengthsEqual(Object, Object); private static boolean areArrayElementsEqua(Object, Object); private static boolean isArray(Object); public static org.hamcrest.Matcher equalTo(Object); } org/hamcrest/core/IsInstanceOf.class package org.hamcrest.core; public synchronized class IsInstanceOf extends org.hamcrest.DiagnosingMatcher { private final Class expectedClass; private...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 44K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/internal/aether/TypeRegistryAdapter.java

                        type.getLanguage(),
                        type.getExtension(),
                        type.getClassifier(),
                        type.isIncludesDependencies(),
                        type.getPathTypes().toArray(new PathType[0]));
            }
            return null;
        }
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 2K bytes
    - Viewed (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/services/Transport.java

         */
        boolean get(@Nonnull URI relativeSource, @Nonnull Path target);
    
        /**
         * GETs the source URI content as byte array. The source MUST BE relative from the {@link RemoteRepository#getUrl()}
         * root.
         *
         * @return the byte array if operation succeeded, {@code null} if source does not exist.
         * @throws RuntimeException If failed (and not due source not exists).
         */
        @Nonnull
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Mar 23 05:29:39 GMT 2023
    - 4.4K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/remote-repo-1/maven-test/jars/maven-test-b-1.0.jar

    int EIGHTBIT = 8; private static final int SIXTEENBIT = 16; private static final int SIXBIT = 6; private static final int FOURBYTE = 4; private static final int SIGN = -128; private static final byte PAD = 61; private static final byte[] EMPTY_BYTE_ARRAY; private static byte[] base64Alphabet; private static byte[] lookUpBase64Alphabet; public void Base64(); public static boolean isBase64(String); public static boolean isBase64(byte); public static boolean isBase64(byte[]); public static byte[] encode(byte[]);...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Mon Aug 09 19:02:31 GMT 2004
    - 18.4K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    java.lang.Object implements java.util.Iterator<java.lang.Object> Constructor Summary ArrayIterator(java.lang.Object array) Method Summary boolean hasNext() java.lang.Object next() void remove() Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait Constructor Detail ArrayIterator public ArrayIterator(java.lang.Object array) Method Detail hasNext public boolean hasNext() Specified by: hasNext in interface java.util.Iterator<java.lang.Object>...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    class ComparisonCriteria { private static final Object END_OF_ARRAY_SENTINEL; public void ComparisonCriteria(); public void arrayEquals(String, Object, Object) throws ArrayComparisonFailu; private void arrayEquals(String, Object, Object, boolean) throws ArrayComparisonFailu; private Object getToStringableArray(Object, int, int); private static Object objectWithToString(String); private String componentTypeName(Class); private boolean isArray(Object); protected abstract void assertElementsEqual(Object,...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    class Xpp3Dom { protected String name; protected String value; protected java.util.Map attributes; protected final java.util.List childList; protected final java.util.Map childMap; protected Xpp3Dom parent; private static final Xpp3Dom[] EMPTY_DOM_ARRAY; public static final String CHILDREN_COMBINATION_MODE_ATTRIBUTE = combine.children; public static final String CHILDREN_COMBINATION_MERGE = merge; public static final String CHILDREN_COMBINATION_APPEND = append; public static final String DEFAULT_...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 200.2K bytes
    - Viewed (0)
Back to top