Uses of Interface
ch.nolix.baseapi.container.list.ILinkedList
Packages that use ILinkedList
Package
Description
-
Uses of ILinkedList in ch.nolix.base.container.linkedlist
Classes in ch.nolix.base.container.linkedlist that implement ILinkedListModifier and TypeClassDescriptionfinal classLinkedList<E>ALinkedListis aAbstractContainerthat can add elements at the begin or end.Methods in ch.nolix.base.container.linkedlist that return ILinkedListModifier and TypeMethodDescriptionLinkedList.getCopy()The time complexity of this implementation is O(n) if the currentLinkedListcontains n elements. -
Uses of ILinkedList in ch.nolix.base.environment.filesystem
Methods in ch.nolix.base.environment.filesystem that return ILinkedListModifier and TypeMethodDescriptionstatic ILinkedList<FileAccessor> FileSystemAccessor.getFileAccessorsRecursively(String path) FolderAccessor.getFileAccessorsRecursively()FileAccessor.readFileToLines()Reads the content of the file of this file accessor to lines.static ILinkedList<String> FileSystemAccessor.readFileToLines(String path) Reads the content of the file with the given path to lines. -
Uses of ILinkedList in ch.nolix.baseapi.container.list
Subinterfaces with type arguments of type ILinkedList in ch.nolix.baseapi.container.listModifier and TypeInterfaceDescriptioninterfaceILinkedList<E>AILinkedListis aIContainerthat can add and remove elements. -
Uses of ILinkedList in ch.nolix.system.property.extension
Methods in ch.nolix.system.property.extension with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidExtension.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list. -
Uses of ILinkedList in ch.nolix.system.property.proxy
Methods in ch.nolix.system.property.proxy with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidMultiValueProxy.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list.voidValueProxy.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list. -
Uses of ILinkedList in ch.nolix.system.property.value
Methods in ch.nolix.system.property.value with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidMultiValue.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list.voidOptionalValue.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list.voidValue.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list. -
Uses of ILinkedList in ch.nolix.system.sqlmidschema.statementcreator
Methods in ch.nolix.system.sqlmidschema.statementcreator that return ILinkedListModifier and TypeMethodDescriptionSchemaDataStatementCreator.createStatementsToAddTable(TableDto table) -
Uses of ILinkedList in ch.nolix.system.webapplication.component
Methods in ch.nolix.system.webapplication.component with parameters of type ILinkedListModifier and TypeMethodDescriptionfinal voidComponent.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) final voidComponentWithAdapterFactory.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.webatomiccontrol.button
Methods in ch.nolix.system.webatomiccontrol.button with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidButton.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.webatomiccontrol.imagecontrol
Methods in ch.nolix.system.webatomiccontrol.imagecontrol with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidImageControl.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.webatomiccontrol.label
Methods in ch.nolix.system.webatomiccontrol.label with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidLabel.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.webatomiccontrol.link
Methods in ch.nolix.system.webatomiccontrol.link with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidLink.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.webatomiccontrol.textbox
Methods in ch.nolix.system.webatomiccontrol.textbox with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidTextbox.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.webatomiccontrol.uploader
Methods in ch.nolix.system.webatomiccontrol.uploader with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidUploader.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.webatomiccontrol.validationlabel
Methods in ch.nolix.system.webatomiccontrol.validationlabel with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidValidationLabel.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.webcontainercontrol.grid
Methods in ch.nolix.system.webcontainercontrol.grid with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidGrid.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.webcontainercontrol.linearcontainer
Methods in ch.nolix.system.webcontainercontrol.linearcontainer with parameters of type ILinkedListModifier and TypeMethodDescriptionfinal voidAbstractLinearContainer.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.webcontainercontrol.singlecontainer
Methods in ch.nolix.system.webcontainercontrol.singlecontainer with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidSingleContainer.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.systemapi.property.base
Methods in ch.nolix.systemapi.property.base with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidIProperty.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list. -
Uses of ILinkedList in ch.nolix.systemapi.webgui.main
Methods in ch.nolix.systemapi.webgui.main with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidIControl.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list)