Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for converter (2.26 sec)

  1. android/guava/src/com/google/common/collect/Maps.java

       * com.google.common.base.Functions#forMap(Map, Object)}.
       *
       * @since 16.0
       */
      public static <A, B> Converter<A, B> asConverter(final BiMap<A, B> bimap) {
        return new BiMapConverter<>(bimap);
      }
    
      private static final class BiMapConverter<A, B> extends Converter<A, B> implements Serializable {
        private final BiMap<A, B> bimap;
    
        BiMapConverter(BiMap<A, B> bimap) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Maps.java

       * com.google.common.base.Functions#forMap(Map, Object)}.
       *
       * @since 16.0
       */
      public static <A, B> Converter<A, B> asConverter(final BiMap<A, B> bimap) {
        return new BiMapConverter<>(bimap);
      }
    
      private static final class BiMapConverter<A, B> extends Converter<A, B> implements Serializable {
        private final BiMap<A, B> bimap;
    
        BiMapConverter(BiMap<A, B> bimap) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    omponent.configurator.ComponentConfigurati; } org/codehaus/plexus/component/configurator/converters/basic/Converter.class package org.codehaus.plexus.component.configurator.converters.basic; public abstract interface Converter { public abstract boolean canConvert(Class); public abstract Object fromString(String); public abstract String toString(Object); } org/codehaus/plexus/component/configurator/converters/basic/DateConverter.class package org.codehaus.plexus.component.configurator.converters.basic;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    omponent.configurator.ComponentConfigurati; } org/codehaus/plexus/component/configurator/converters/basic/Converter.class package org.codehaus.plexus.component.configurator.converters.basic; public abstract interface Converter { public abstract boolean canConvert(Class); public abstract Object fromString(String); public abstract String toString(Object); } org/codehaus/plexus/component/configurator/converters/basic/DateConverter.class package org.codehaus.plexus.component.configurator.converters.basic;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  5. doc/go1.17_spec.html

    <pre>
    *Point(p)        // same as *(Point(p))
    (*Point)(p)      // p is converted to *Point
    &lt;-chan int(c)    // same as &lt;-(chan int(c))
    (&lt;-chan int)(c)  // c is converted to &lt;-chan int
    func()(x)        // function signature func() x
    (func())(x)      // x is converted to func()
    (func() int)(x)  // x is converted to func() int
    func() int(x)    // x is converted to func() int (unambiguous)
    </pre>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/generic.rules

    (Phi <t> nx:(Not x) ny:(Not y)) && nx.Uses == 1 && ny.Uses == 1 => (Not (Phi <t> x y))
    
    // Get rid of Convert ops for pointer arithmetic on unsafe.Pointer.
    (Convert (Add(64|32) (Convert ptr mem) off) mem) => (AddPtr ptr off)
    (Convert (Convert ptr mem) mem) => ptr
    
    // strength reduction of divide by a constant.
    // See ../magic.go for a detailed description of these algorithms.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  7. api/maven-api-model/src/main/mdo/maven.mdo

                This must not be set in your local project, as it is updated by
                tools placing it in the repository. Valid values are: {@code none} (default),
                {@code converted} (repository manager converted this from an Maven 1 POM),
                {@code partner}
                (directly synced from a partner Maven 2 repository), {@code deployed} (was deployed from a Maven 2
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  8. maven-model-builder/src/test/resources/dag.txt

    	quarkus/test-framework/common/pom.xml
    	quarkus/extensions/arc/deployment/pom.xml
    quarkus/extensions/reactive-streams-operators/smallrye-reactive-type-converters/deployment/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/reactive-streams-operators/smallrye-reactive-type-converters/runtime/pom.xml
    quarkus/integration-tests/amazon-lambda-s3event/pom.xml
    	quarkus/extensions/amazon-lambda/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    factStatus.class package org.apache.maven.artifact; public final synchronized class ArtifactStatus implements Comparable { public static final ArtifactStatus NONE; public static final ArtifactStatus GENERATED; public static final ArtifactStatus CONVERTED; public static final ArtifactStatus PARTNER; public static final ArtifactStatus DEPLOYED; public static final ArtifactStatus VERIFIED; private final int rank; private final String key; private static java.util.Map map; private void ArtifactStatus(String,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  10. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top