类 CoE.OEDictionary
java.lang.Object
com.darra.ethercat.slave.CoE.OEDictionary
- 所有已实现的接口:
Iterable<CoE.ObjectEntry>
- 封闭类:
CoE
ObjectEntry 的类字典容器
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancontainsKey(byte subindex) 检查子索引是否存在 (对齐 C# ContainsKey)booleancontainsKey(String key) 检查字符串键是否存在get(byte subindex) 按子索引获取get(int subindex) 按 int 子索引获取按名称获取getByPosition(int position) 按位置获取 (对齐 C# GetByPosition)intgetCount()条目数量iterator()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
构造器详细资料
-
OEDictionary
-
-
方法详细资料
-
getCount
public int getCount()条目数量 -
get
按子索引获取 -
get
按 int 子索引获取 -
get
按名称获取 -
containsKey
public boolean containsKey(byte subindex) 检查子索引是否存在 (对齐 C# ContainsKey) -
containsKey
检查字符串键是否存在 -
getByPosition
按位置获取 (对齐 C# GetByPosition) -
iterator
- 指定者:
iterator在接口中Iterable<CoE.ObjectEntry>
-