HomeSort by relevance Sort by last modified time
    Searched refs:mapIterator (Results 1 - 19 of 19) sorted by null

  /external/smack/src/org/jivesoftware/smack/util/collections/
IterableMap.java 28 * MapIterator it = map.mapIterator();
43 * Obtains a <code>MapIterator</code> over the map.
49 * MapIterator it = map.mapIterator();
59 MapIterator<K, V> mapIterator();
AbstractHashedMap.java 713 * A MapIterator returns the keys in the map. It also provides convenient
720 public MapIterator<K, V> mapIterator() {
728 * MapIterator implementation.
730 protected static class HashMapIterator <K,V> extends HashIterator<K, V> implements MapIterator<K, V> {
769 * To simply iterate through the entries, use {@link #mapIterator()}.
857 * To simply iterate through the keys, use {@link #mapIterator()}.
936 * To simply iterate through the values, use {@link #mapIterator()}.
    [all...]
AbstractReferenceMap.java 284 * Gets a MapIterator over the reference map.
289 public MapIterator<K, V> mapIterator() {
875 * The MapIterator implementation.
877 static class ReferenceMapIterator <K,V> extends ReferenceIteratorBase<K, V> implements MapIterator<K, V> {
980 for (MapIterator it = mapIterator(); it.hasNext();) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableMultiset.java 72 final Iterator<Map.Entry<E, Integer>> mapIterator =
77 return mapIterator.hasNext();
82 Map.Entry<E, Integer> mapEntry = mapIterator.next();
ImmutableMultimap.java 513 mapIterator = this.multimap.map.entrySet().iterator();
522 || mapIterator.hasNext();
529 = mapIterator.next();
StandardTable.java 878 final Iterator<Map<C, V>> mapIterator = backingMap.values().iterator();
889 } else if (mapIterator.hasNext()) {
890 entryIterator = mapIterator.next().entrySet().iterator();
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMultimap.java 503 mapIterator = this.multimap.map.entrySet().iterator();
512 || mapIterator.hasNext();
519 = mapIterator.next();
  /external/webkit/Source/WebCore/rendering/
RenderCounter.cpp 560 CounterMap::iterator mapIterator = map->find(identifier.impl());
561 if (mapIterator == map->end())
563 destroyCounterNodeWithoutMapRemoval(identifier, mapIterator->second.get());
564 map->remove(mapIterator);
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 553 std::map<uint64_t, std::vector<unsigned> >::const_iterator mapIterator;
584 for (mapIterator = FilteredInstructions.begin();
585 mapIterator != FilteredInstructions.end();
586 mapIterator++) {
590 if (mapIterator->first & (1ULL << bitIndex))
599 mapIterator->first,
601 mapIterator->second,
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 311 milliseconds