Uses of Interface
com.iizix.prop.ICodeItem
Packages that use ICodeItem
Uses of ICodeItem in com.iizix.prop
Classes in com.iizix.prop that implement ICodeItemFields in com.iizix.prop declared as ICodeItemModifier and TypeFieldDescriptionstatic final ICodeItem[]ICodeItem.EMPTYAn empty array of a code item.Methods in com.iizix.prop that return ICodeItemModifier and TypeMethodDescriptionCodeItemArrayProp.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.CodeItemArrayProp.getItems()Gets the array of elements.default ICodeItem[]ICodeItemArrayContainer.getItems()Gets the array of items.CodeItemArrayProp.removeItem(int index) Removes an item.default ICodeItemICodeItemArrayContainer.removeItem(int index) Removes an item.Sets an item at specified index.default ICodeItemSets an item at specified index.Methods in com.iizix.prop with parameters of type ICodeItemModifier and TypeMethodDescriptionvoidAdds a new item.default voidAdds a new item.voidAdds a new items.default voidAdds 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.Sets an item at specified index.default ICodeItemSets an item at specified index.Method parameters in com.iizix.prop with type arguments of type ICodeItemModifier and TypeMethodDescriptionvoidCodeItemArrayProp.addItems(Collection<ICodeItem> items) Adds a new items.default voidICodeItemArrayContainer.addItems(Collection<ICodeItem> items) Adds a new items.