Search Options

Results per page
Sort
Preferred Languages
Advance

Results 341 - 343 of 343 for singleton (0.05 sec)

  1. guava/src/com/google/common/collect/Ordering.java

      public static <T> Ordering<T> explicit(T leastValue, T... remainingValuesInOrder) {
        return explicit(Lists.asList(leastValue, remainingValuesInOrder));
      }
    
      // Ordering<Object> singletons
    
      /**
       * Returns an ordering which treats all values as equal, indicating "no ordering." Passing this
       * ordering to any <i>stable</i> sort algorithm results in no change to the order of elements.
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    I suppose?'
    
      `Yes,' said Alice doubtfully:  `it means--to--make--anything--prettier.'
    
      `Well, then,' the Gryphon went on, `if you don't know what to
    uglify is, you ARE a simpleton.'
    
      Alice did not feel encouraged to ask any more questions about
    it, so she turned to the Mock Turtle, and said `What else had you
    to learn?'
    
      `Well, there was Mystery,' the Mock Turtle replied, counting
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    Predef$ArrowAssoc$(); } scala/Predef$.class package scala; public final synchronized class Predef$ extends LowPriorityImplicits { public static final Predef$ MODULE$; private final collection.immutable.Set$ Set; private final Predef$$less$colon$less singleton_$less$colon$less; public static void <clinit>(); public final collection.immutable.Set$ Set(); public static void assert(boolean); public static void require(boolean); public static Object any2ArrowAssoc(Object); public static void println(Object);...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
Back to top