Verwendungen von Klasse
ch.nolix.core.container.linkedlist.LinkedList
Package
Beschreibung
The
ch.nolix.core.container.linkedlist
package defines a
IContainer
.The
ch.nolix.core.container.sequencesearch
package defines the types
that are declared in the
ch.nolix.coreapi.containerapi.sequencesearchapi
package.The
ch.nolix.core.environment.filesystem
package defines methods to
access the file system.The
ch.nolix.core.math.basic
package defines types for basic
mathematics.The
ch.nolix.core.math.main
package defines a powerful calculator.The
ch.nolix.system.application.component
package defines a base type
of components for web applications.The
ch.nolix.system.sqlrawschema.schemaadapter
package defines a
ISchemaWriter
.The
ch.nolix.system.webgui.atomiccontrol
package defines the types
that are declared in the
ch.nolix.systemapi.webguiapi.atomiccontrolapi
package.The
ch.nolix.system.webgui.basecontroltool
package defines base
services for IControl
s.The
ch.nolix.system.webgui.container
package defines the types that
are declared in the ch.nolix.systemapi.webguiapi.containerapi
package.The
ch.nolix.system.webgui.itemmenu
package defines the types that
are declared in the ch.nolix.systemapi.webguiapi.itemmenuapi
package.The
ch.nolix.system.webgui.linearcontainer
package defines the types
that are declared in the
ch.nolix.systemapi.webguiapi.linearcontainerapi
package.-
Verwendungen von LinkedList in ch.nolix.core.container.linkedlist
Modifizierer und TypMethodeBeschreibungstatic <E2> LinkedList
<E2> LinkedList.fromArray
(E2[] array) static <E2> LinkedList
<E2> LinkedList.fromIterable
(Iterable<E2> container) static <E2> LinkedList
<E2> LinkedList.withElement
(E2 element, E2... elements) -
Verwendungen von LinkedList in ch.nolix.core.container.sequencesearch
Modifizierer und TypMethodeBeschreibungSequencePattern.addSequenceCondition
(Predicate<LinkedList<E>> sequenceCondition) Adds the given sequence condition to the currentSequencePattern
. -
Verwendungen von LinkedList in ch.nolix.core.environment.filesystem
Modifizierer und TypMethodeBeschreibungFolderAccessor.getFileAccessorsRecursively()
static LinkedList
<FileAccessor> GlobalFileSystemAccessor.getFileAccessorsRecursively
(String path) FileAccessor.readFileToLines()
Reads the content of the file of this file accessor to lines.static LinkedList
<String> GlobalFileSystemAccessor.readFileToLines
(String path) Reads the content of the file with the given path to lines. -
Verwendungen von LinkedList in ch.nolix.core.math.basic
Modifizierer und TypMethodeBeschreibungstatic LinkedList
<FloatingPointNumberPair> GlobalBasicCalculator.createFPNPairs
(double[] xValues, double[] yValues) -
Verwendungen von LinkedList in ch.nolix.core.math.main
Modifizierer und TypMethodeBeschreibungstatic LinkedList
<FloatingPointNumberPair> GlobalCalculator.createFPNPairs
(double[] xValues, double[] yValues) -
Verwendungen von LinkedList in ch.nolix.system.application.component
Modifizierer und TypMethodeBeschreibungprotected void
BaseComponentCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(IComponent button, LinkedList<? super ICssRule> list) protected void
BaseComponentCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IComponent button, ControlState state, LinkedList<? super ICssRule> list) protected void
BaseComponentCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(IComponent control, LinkedList<CssProperty> list) protected void
BaseComponentCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IComponent button, ControlState state, LinkedList<ICssProperty> list) -
Verwendungen von LinkedList in ch.nolix.system.sqlrawschema.schemawriter
Modifizierer und TypMethodeBeschreibungSystemDataWriterSqlStatementCreator.createStatementsToAddTable
(ITableDto table) -
Verwendungen von LinkedList in ch.nolix.system.webgui.atomiccontrol
Modifizierer und TypMethodeBeschreibungprotected void
ButtonCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(IButton button, LinkedList<? super ICssRule> list) protected void
ImageControlCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(IImageControl imageControl, LinkedList<? super ICssRule> list) protected void
LabelCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(ILabel label, LinkedList<? super ICssRule> list) protected void
LinkCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(ILink control, LinkedList<? super ICssRule> list) protected void
TextboxCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(ITextbox textbox, LinkedList<? super ICssRule> list) protected void
UploaderCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(IUploader button, LinkedList<? super ICssRule> list) protected void
ValidationLabelCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(IValidationLabel text, LinkedList<? super ICssRule> list) protected void
ButtonCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IButton button, ControlState state, LinkedList<? super ICssRule> list) protected void
ImageControlCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IImageControl imageControl, ControlState state, LinkedList<? super ICssRule> list) protected void
LabelCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(ILabel label, ControlState state, LinkedList<? super ICssRule> list) protected void
LinkCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(ILink control, ControlState state, LinkedList<? super ICssRule> list) protected void
TextboxCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(ITextbox textbox, ControlState state, LinkedList<? super ICssRule> list) protected void
UploaderCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IUploader button, ControlState state, LinkedList<? super ICssRule> list) protected void
ValidationLabelCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IValidationLabel text, ControlState state, LinkedList<? super ICssRule> list) protected void
ButtonCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(IButton control, LinkedList<CssProperty> list) protected void
ImageControlCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(IImageControl control, LinkedList<CssProperty> list) protected void
LabelCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(ILabel control, LinkedList<CssProperty> list) protected void
LinkCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(ILink control, LinkedList<CssProperty> list) protected void
TextboxCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(ITextbox control, LinkedList<CssProperty> list) protected void
UploaderCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(IUploader control, LinkedList<CssProperty> list) protected void
ValidationLabelCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(IValidationLabel control, LinkedList<CssProperty> list) protected void
ButtonCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IButton button, ControlState state, LinkedList<ICssProperty> list) protected void
ImageControlCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IImageControl imageControl, ControlState state, LinkedList<ICssProperty> list) protected void
LabelCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(ILabel label, ControlState state, LinkedList<ICssProperty> list) protected void
LinkCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(ILink control, ControlState state, LinkedList<ICssProperty> list) protected void
TextboxCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(ITextbox textbox, ControlState state, LinkedList<ICssProperty> list) protected void
UploaderCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IUploader button, ControlState state, LinkedList<ICssProperty> list) protected void
ValidationLabelCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IValidationLabel text, ControlState state, LinkedList<ICssProperty> list) -
Verwendungen von LinkedList in ch.nolix.system.webgui.basecontroltool
Modifizierer und TypMethodeBeschreibungprotected abstract void
ControlCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(C control, LinkedList<? super ICssRule> list) protected abstract void
ControlCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(C control, ControlState state, LinkedList<? super ICssRule> list) protected abstract void
ControlCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(C control, LinkedList<CssProperty> list) protected abstract void
ControlCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(C control, ControlState state, LinkedList<ICssProperty> list) -
Verwendungen von LinkedList in ch.nolix.system.webgui.container
Modifizierer und TypMethodeBeschreibungprotected void
GridCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(IGrid control, LinkedList<? super ICssRule> list) protected void
SingleContainerCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(ISingleContainer control, LinkedList<? super ICssRule> list) protected void
GridCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IGrid control, ControlState state, LinkedList<? super ICssRule> list) protected void
SingleContainerCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(ISingleContainer control, ControlState state, LinkedList<? super ICssRule> list) protected void
GridCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(IGrid control, LinkedList<CssProperty> list) protected void
SingleContainerCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(ISingleContainer control, LinkedList<CssProperty> list) protected void
GridCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IGrid control, ControlState state, LinkedList<ICssProperty> list) protected void
SingleContainerCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(ISingleContainer control, ControlState state, LinkedList<ICssProperty> list) -
Verwendungen von LinkedList in ch.nolix.system.webgui.linearcontainer
Modifizierer und TypMethodeBeschreibungprotected void
FloatContainerCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(FloatContainer floatContainer, LinkedList<? super ICssRule> list) protected void
HorizontalStackCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(IHorizontalStack horizontalStack, LinkedList<? super ICssRule> list) protected void
VerticalStackCssBuilder.fillUpAdditionalCssRulesForControlAndAllStatesIntoList
(IVerticalStack verticalStack, LinkedList<? super ICssRule> list) protected void
FloatContainerCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(FloatContainer floatContainer, ControlState state, LinkedList<? super ICssRule> list) protected void
HorizontalStackCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IHorizontalStack horizontalStack, ControlState state, LinkedList<? super ICssRule> list) protected void
VerticalStackCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IVerticalStack verticalStack, ControlState state, LinkedList<? super ICssRule> list) protected void
FloatContainerCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(FloatContainer control, LinkedList<CssProperty> list) protected void
HorizontalStackCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(IHorizontalStack control, LinkedList<CssProperty> list) protected void
VerticalStackCssBuilder.fillUpCssPropertiesForControlAndAllStatesIntoList
(IVerticalStack control, LinkedList<CssProperty> list) protected void
FloatContainerCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(FloatContainer floatContainer, ControlState state, LinkedList<ICssProperty> list) protected void
HorizontalStackCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IHorizontalStack horizontalStack, ControlState state, LinkedList<ICssProperty> list) protected void
VerticalStackCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IVerticalStack verticalStack, ControlState state, LinkedList<ICssProperty> list)