Searched refs:singleColumnKey (Results 1 – 2 of 2) sorted by relevance
/external/guava/android/guava/src/com/google/common/collect/ |
D | SingletonImmutableTable.java | 35 final C singleColumnKey; field in SingletonImmutableTable 40 this.singleColumnKey = checkNotNull(columnKey); in SingletonImmutableTable() 58 return ImmutableMap.of(singleColumnKey, (Map<R, V>) ImmutableMap.of(singleRowKey, singleValue)); in columnMap() 63 return ImmutableMap.of(singleRowKey, (Map<C, V>) ImmutableMap.of(singleColumnKey, singleValue)); in rowMap() 73 return ImmutableSet.of(cellOf(singleRowKey, singleColumnKey, singleValue)); in createCellSet()
|
/external/guava/guava/src/com/google/common/collect/ |
D | SingletonImmutableTable.java | 35 final C singleColumnKey; field in SingletonImmutableTable 40 this.singleColumnKey = checkNotNull(columnKey); in SingletonImmutableTable() 58 return ImmutableMap.of(singleColumnKey, (Map<R, V>) ImmutableMap.of(singleRowKey, singleValue)); in columnMap() 63 return ImmutableMap.of(singleRowKey, (Map<C, V>) ImmutableMap.of(singleColumnKey, singleValue)); in rowMap() 73 return ImmutableSet.of(cellOf(singleRowKey, singleColumnKey, singleValue)); in createCellSet()
|