HomeSort by relevance Sort by last modified time
    Searched refs:MapIterator (Results 1 - 25 of 27) sorted by null

1 2

  /external/smack/src/org/jivesoftware/smack/util/collections/
EmptyMapIterator.java 26 public class EmptyMapIterator extends AbstractEmptyIterator implements MapIterator, ResettableIterator {
33 public static final MapIterator INSTANCE = new EmptyMapIterator();
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();
MapIterator.java 35 * MapIterator it = map.mapIterator();
47 public interface MapIterator <K,V> extends Iterator<K> {
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/chromium_org/v8/src/
collection-iterator.js 109 return new MapIterator(this, ITERATOR_KIND_ENTRIES);
118 return new MapIterator(this, ITERATOR_KIND_KEYS);
127 return new MapIterator(this, ITERATOR_KIND_VALUES);
134 %SetCode(MapIterator, MapIteratorConstructor);
135 %FunctionSetPrototype(MapIterator, new $Object());
136 %FunctionSetInstanceClassName(MapIterator, 'Map Iterator');
137 InstallFunctions(MapIterator.prototype, DONT_ENUM, $Array(
142 %SetProperty(MapIterator.prototype, symbolIterator,
collection.js 193 var iterator = new MapIterator(this, ITERATOR_KIND_ENTRIES);
  /external/lldb/source/DataFormatters/
TypeCategoryMap.cpp 47 MapIterator iter = m_map.find(name);
133 MapIterator iter = m_map.find(name);
144 MapIterator iter = m_map.begin();
145 MapIterator end = m_map.end();
166 MapIterator pos, end = m_map.end();
255 MapIterator pos, end = m_map.end();
275 MapIterator pos, end = m_map.end();
LibCxxMap.cpp 104 class MapIterator
107 MapIterator () {}
108 MapIterator (MapEntry entry, size_t depth = 0) : m_entry(entry), m_max_depth(depth), m_error(false) {}
109 MapIterator (ValueObjectSP entry, size_t depth = 0) : m_entry(entry), m_max_depth(depth), m_error(false) {}
110 MapIterator (const MapIterator& rhs) : m_entry(rhs.m_entry),m_max_depth(rhs.m_max_depth), m_error(false) {}
111 MapIterator (ValueObject* entry, size_t depth = 0) : m_entry(entry), m_max_depth(depth), m_error(false) {}
315 MapIterator iterator(m_root_node, CalculateNumChildren());
  /external/lldb/include/lldb/DataFormatters/
FormatNavigator.h 113 typedef typename MapType::iterator MapIterator;
142 MapIterator iter = m_map.find(name);
165 MapIterator iter = m_map.find(name);
178 MapIterator pos, end = m_map.end();
198 MapIterator iter = m_map.begin();
199 MapIterator end = m_map.end();
214 MapIterator iter = m_map.begin();
215 MapIterator end = m_map.end();
256 typedef typename MapType::iterator MapIterator;
376 MapIterator pos, end = m_format_map.map().end()
    [all...]
TypeCategoryMap.h 36 typedef MapType::iterator MapIterator;
  /external/llvm/include/llvm/ADT/
MapVector.h 131 typename MapType::iterator MapIterator = Map.find(Iterator->first);
132 Map.erase(MapIterator);
  /frameworks/base/core/java/android/util/
MapCollections.java 73 final class MapIterator implements Iterator<Map.Entry<K, V>>, Map.Entry<K, V> {
78 MapIterator() {
216 return new MapIterator();
  /frameworks/support/v4/java/android/support/v4/util/
MapCollections.java 71 final class MapIterator implements Iterator<Map.Entry<K, V>>, Map.Entry<K, V> {
76 MapIterator() {
214 return new MapIterator();
  /external/chromium_org/v8/test/cctest/
test-types.cc 350 typedef typename TypesInstance::MapVector::iterator MapIterator;
500 for (MapIterator mt = T.maps.begin(); mt != T.maps.end(); ++mt) {
507 for (MapIterator mt = T.maps.begin(); mt != T.maps.end(); ++mt) {
514 for (MapIterator mt1 = T.maps.begin(); mt1 != T.maps.end(); ++mt1) {
515 for (MapIterator mt2 = T.maps.begin(); mt2 != T.maps.end(); ++mt2) {
853 for (MapIterator mt1 = T.maps.begin(); mt1 != T.maps.end(); ++mt1) {
854 for (MapIterator mt2 = T.maps.begin(); mt2 != T.maps.end(); ++mt2) {
864 for (MapIterator mt = T.maps.begin(); mt != T.maps.end(); ++mt) {
    [all...]
  /libcore/luni/src/main/java/java/util/
TreeMap.java 865 abstract class MapIterator<T> implements Iterator<T> {
870 MapIterator(Node<K, V> next) {
922 return new MapIterator<Entry<K, V>>(root == null ? null : root.first()) {
957 return new MapIterator<K>(root == null ? null : root.first()) {
965 return new MapIterator<K>(root == null ? null : root.last()) {
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 

Completed in 479 milliseconds

1 2