Searched defs:colSetValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
H A DMapCollections.java132 return colSetValue(mIndex, object);
558 protected abstract V colSetValue(int index, V value); method in class:MapCollections
/frameworks/support/collection/src/main/java/androidx/collection/
H A DMapCollections.java130 return colSetValue(mIndex, object);
557 protected abstract V colSetValue(int index, V value); method in class:MapCollections

Completed in 10 milliseconds