Uses of Interface
ch.nolix.baseapi.datastructure.list.ILinkedList
Packages that use ILinkedList
Package
Description
-
Uses of ILinkedList in ch.nolix.base.datastructure.linkedlist
Classes in ch.nolix.base.datastructure.linkedlist that implement ILinkedListModifier and TypeClassDescriptionfinal classLinkedList<E>ALinkedListis aAbstractExtendedIterablethat can add elements at the begin or end.Methods in ch.nolix.base.datastructure.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.datastructure.list
Subinterfaces with type arguments of type ILinkedList in ch.nolix.baseapi.datastructure.listModifier and TypeInterfaceDescriptioninterfaceILinkedList<E>AILinkedListis aExtendedIterablethat can add and remove elements. -
Uses of ILinkedList in ch.nolix.system.control.button
Methods in ch.nolix.system.control.button with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidButton.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.control.grid
Methods in ch.nolix.system.control.grid with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidGrid.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.control.imagecontrol
Methods in ch.nolix.system.control.imagecontrol with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidImageControl.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.control.label
Methods in ch.nolix.system.control.label with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidLabel.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.control.linearcontainer
Methods in ch.nolix.system.control.linearcontainer with parameters of type ILinkedListModifier and TypeMethodDescriptionfinal voidAbstractLinearContainer.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.control.link
Methods in ch.nolix.system.control.link with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidLink.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.control.singlecontainer
Methods in ch.nolix.system.control.singlecontainer with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidSingleContainer.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.control.tabcontainer
Methods in ch.nolix.system.control.tabcontainer with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidTabContainer.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.control.textbox
Methods in ch.nolix.system.control.textbox with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidTextbox.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.control.uploader
Methods in ch.nolix.system.control.uploader with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidUploader.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.control.validationlabel
Methods in ch.nolix.system.control.validationlabel with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidValidationLabel.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list) -
Uses of ILinkedList in ch.nolix.system.element.extensionproperty
Methods in ch.nolix.system.element.extensionproperty with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidExtensionProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list. -
Uses of ILinkedList in ch.nolix.system.element.proxyproperty
Methods in ch.nolix.system.element.proxyproperty with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidMultiValueProxyProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list.voidValueProxyProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list. -
Uses of ILinkedList in ch.nolix.system.element.valueproperty
Methods in ch.nolix.system.element.valueproperty with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidMultiValueProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list.voidOptionalValueProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list.voidValueProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto 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.systemapi.element.baseproperty
Methods in ch.nolix.systemapi.element.baseproperty with parameters of type ILinkedListModifier and TypeMethodDescriptionvoidProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto 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 TypeMethodDescriptionvoidControl.registerHtmlElementEventsAt(ILinkedList<IHtmlElementEvent> list)