类 CoE.EcODList
java.lang.Object
com.darra.ethercat.slave.CoE.EcODList
- 所有已实现的接口:
Iterable<CoE.ObjectDictionary>
- 封闭类:
CoE
对象字典完整树
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancontainsKey(short index) 检查 ushort 索引是否存在 (对齐 C# ContainsKey)booleancontainsKey(String key) 检查字符串键是否存在copy()创建缓存副本 (对齐 C# Copy)get(int index) 按 int 索引获取 (位置或 OD 索引)get(short index) 按 ushort 索引获取按名称获取intgetCount()对象数量 (对齐 C# Count)获取完整列表iterator()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
构造器详细资料
-
EcODList
public EcODList()
-
-
方法详细资料
-
getCount
public int getCount()对象数量 (对齐 C# Count) -
get
按 ushort 索引获取 -
get
按 int 索引获取 (位置或 OD 索引) -
get
按名称获取 -
containsKey
public boolean containsKey(short index) 检查 ushort 索引是否存在 (对齐 C# ContainsKey) -
containsKey
检查字符串键是否存在 -
copy
创建缓存副本 (对齐 C# Copy) -
iterator
- 指定者:
iterator在接口中Iterable<CoE.ObjectDictionary>
-
getFullList
获取完整列表
-