Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for StandardRowSortedTable (0.11 sec)

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

     * @author Jared Levy
     */
    @GwtCompatible
    class StandardRowSortedTable<R, C, V> extends StandardTable<R, C, V>
        implements RowSortedTable<R, C, V> {
      /*
       * TODO(jlevy): Consider adding headTable, tailTable, and subTable methods,
       * which return a Table view with rows keys in a given range. Create a
       * RowSortedTable subinterface with the revised methods?
       */
    
      StandardRowSortedTable(
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Jul 18 15:05:43 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/StandardRowSortedTable.java

     * @author Jared Levy
     */
    @GwtCompatible
    class StandardRowSortedTable<R, C, V> extends StandardTable<R, C, V>
        implements RowSortedTable<R, C, V> {
      /*
       * TODO(jlevy): Consider adding headTable, tailTable, and subTable methods,
       * which return a Table view with rows keys in a given range. Create a
       * RowSortedTable subinterface with the revised methods?
       */
    
      StandardRowSortedTable(
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Jul 18 15:05:43 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top