Uses of Interface
com.iizix.prop.ICodeItem
Packages that use ICodeItem Package Description com.iizix.prop Uses of ICodeItem in com.iizix.prop
Classes in com.iizix.prop that implement ICodeItem Modifier and Type Class Description classCodeItemImplThe code item implementation.Fields in com.iizix.prop declared as ICodeItem Modifier and Type Field Description static ICodeItem[]ICodeItem. EMPTYAn empty array of a code item.Methods in com.iizix.prop that return ICodeItem Modifier and Type Method Description ICodeItemCodeItemArrayProp. getItem(int index)Gets the element at the specified index.default ICodeItemICodeItemArrayContainer. getItem(int index)Gets the item at the specified index as a KString.ICodeItem[]CodeItemArrayProp. getItems()Gets the array of elements.default ICodeItem[]ICodeItemArrayContainer. getItems()Gets the array of items.ICodeItemCodeItemArrayProp. removeItem(int index)Removes an item.default ICodeItemICodeItemArrayContainer. removeItem(int index)Removes an item.ICodeItemCodeItemArrayProp. setItem(ICodeItem item, int index)Sets an item at specified index.default ICodeItemICodeItemArrayContainer. setItem(ICodeItem item, int index)Sets an item at specified index.Methods in com.iizix.prop with parameters of type ICodeItem Modifier and Type Method Description voidCodeItemArrayProp. addItem(ICodeItem item)Adds a new item.default voidICodeItemArrayContainer. addItem(ICodeItem item)Adds a new item.voidCodeItemArrayProp. addItems(ICodeItem... items)Adds a new items.default voidICodeItemArrayContainer. addItems(ICodeItem... items)Adds a new items.intCodeItemArrayProp. getItemIndex(ICodeItem item)Gets the index of of item.default intICodeItemArrayContainer. getItemIndex(ICodeItem item)Gets the index of of item.voidCodeItemArrayProp. insertItem(ICodeItem item, int index)Inserts an item at specified index.default voidICodeItemArrayContainer. insertItem(ICodeItem item, int index)Inserts an item at specified index.intCodeItemArrayProp. removeItem(ICodeItem item)Removes an item.default intICodeItemArrayContainer. removeItem(ICodeItem item)Removes an item.ICodeItemCodeItemArrayProp. setItem(ICodeItem item, int index)Sets an item at specified index.default ICodeItemICodeItemArrayContainer. setItem(ICodeItem item, int index)Sets an item at specified index.Method parameters in com.iizix.prop with type arguments of type ICodeItem Modifier and Type Method Description voidCodeItemArrayProp. addItems(java.util.Collection<ICodeItem> items)Adds a new items.default voidICodeItemArrayContainer. addItems(java.util.Collection<ICodeItem> items)Adds a new items.