cn.wensiqun.asmsupport.utils
类 MapLooper<K,V>

java.lang.Object
  继承者 cn.wensiqun.asmsupport.utils.MapLooper<K,V>

public abstract class MapLooper<K,V>
extends Object


构造方法摘要
MapLooper(Map<K,V> map)
           
 
方法摘要
 void loop()
           
protected abstract  void process(K key, V value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MapLooper

public MapLooper(Map<K,V> map)
方法详细信息

loop

public final void loop()

process

protected abstract void process(K key,
                                V value)


Copyright © 2013. All Rights Reserved.