jar

org.swimos : swim-structure

Maven & Gradle

Jul 25, 2022
27 usages
473 stars

swim-structure · Generic structured data model, with support for selectors, expressions, and lambda functions

Table Of Contents

Latest Version

Download org.swimos : swim-structure JAR file - Latest Versions:

All Versions

Download org.swimos : swim-structure JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x
3.11.x
3.10.x
3.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window swim-structure-4.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

swim.structure.collections

├─ swim.structure.collections.ValueCollection.class - [JAR]

├─ swim.structure.collections.ValueCombinerFunction.class - [JAR]

├─ swim.structure.collections.ValueCursor.class - [JAR]

├─ swim.structure.collections.ValueEntry.class - [JAR]

├─ swim.structure.collections.ValueEntryCursor.class - [JAR]

├─ swim.structure.collections.ValueEntryIterator.class - [JAR]

├─ swim.structure.collections.ValueIterable.class - [JAR]

├─ swim.structure.collections.ValueIterableMap.class - [JAR]

├─ swim.structure.collections.ValueIterator.class - [JAR]

├─ swim.structure.collections.ValueKeyedList.class - [JAR]

├─ swim.structure.collections.ValueKeyedListEntryIterator.class - [JAR]

├─ swim.structure.collections.ValueList.class - [JAR]

├─ swim.structure.collections.ValueListIterator.class - [JAR]

├─ swim.structure.collections.ValueMap.class - [JAR]

├─ swim.structure.collections.ValueMapEntrySet.class - [JAR]

├─ swim.structure.collections.ValueOrderedMap.class - [JAR]

├─ swim.structure.collections.ValueOrderedMapCursor.class - [JAR]

├─ swim.structure.collections.ValueReducedMap.class - [JAR]

├─ swim.structure.collections.ValueSet.class - [JAR]

├─ swim.structure.collections.ValueSortedMap.class - [JAR]

swim.structure.operator

├─ swim.structure.operator.AndOperator.class - [JAR]

├─ swim.structure.operator.BinaryOperator.class - [JAR]

├─ swim.structure.operator.BitwiseAndOperator.class - [JAR]

├─ swim.structure.operator.BitwiseNotOperator.class - [JAR]

├─ swim.structure.operator.BitwiseOrOperator.class - [JAR]

├─ swim.structure.operator.BitwiseXorOperator.class - [JAR]

├─ swim.structure.operator.ConditionalOperator.class - [JAR]

├─ swim.structure.operator.DivideOperator.class - [JAR]

├─ swim.structure.operator.EqOperator.class - [JAR]

├─ swim.structure.operator.GeOperator.class - [JAR]

├─ swim.structure.operator.GtOperator.class - [JAR]

├─ swim.structure.operator.InvokeOperator.class - [JAR]

├─ swim.structure.operator.LeOperator.class - [JAR]

├─ swim.structure.operator.LtOperator.class - [JAR]

├─ swim.structure.operator.MinusOperator.class - [JAR]

├─ swim.structure.operator.ModuloOperator.class - [JAR]

├─ swim.structure.operator.NeOperator.class - [JAR]

├─ swim.structure.operator.NegativeOperator.class - [JAR]

├─ swim.structure.operator.NotOperator.class - [JAR]

├─ swim.structure.operator.OrOperator.class - [JAR]

├─ swim.structure.operator.PlusOperator.class - [JAR]

├─ swim.structure.operator.PositiveOperator.class - [JAR]

├─ swim.structure.operator.TimesOperator.class - [JAR]

├─ swim.structure.operator.UnaryOperator.class - [JAR]

swim.structure.selector

├─ swim.structure.selector.ChildrenSelector.class - [JAR]

├─ swim.structure.selector.DescendantsSelector.class - [JAR]

├─ swim.structure.selector.FilterSelector.class - [JAR]

├─ swim.structure.selector.GetAttrSelector.class - [JAR]

├─ swim.structure.selector.GetItemSelector.class - [JAR]

├─ swim.structure.selector.GetSelector.class - [JAR]

├─ swim.structure.selector.IdentitySelector.class - [JAR]

├─ swim.structure.selector.KeysSelector.class - [JAR]

├─ swim.structure.selector.LiteralSelector.class - [JAR]

├─ swim.structure.selector.ValuesSelector.class - [JAR]

swim.structure

├─ swim.structure.Absent.class - [JAR]

├─ swim.structure.Attr.class - [JAR]

├─ swim.structure.Bool.class - [JAR]

├─ swim.structure.Data.class - [JAR]

├─ swim.structure.DataOutput.class - [JAR]

├─ swim.structure.Expression.class - [JAR]

├─ swim.structure.Extant.class - [JAR]

├─ swim.structure.Field.class - [JAR]

├─ swim.structure.Form.class - [JAR]

├─ swim.structure.FormException.class - [JAR]

├─ swim.structure.Func.class - [JAR]

├─ swim.structure.Header.class - [JAR]

├─ swim.structure.Interpreter.class - [JAR]

├─ swim.structure.InterpreterException.class - [JAR]

├─ swim.structure.InterpreterSettings.class - [JAR]

├─ swim.structure.Item.class - [JAR]

├─ swim.structure.ItemIterator.class - [JAR]

├─ swim.structure.Kind.class - [JAR]

├─ swim.structure.Member.class - [JAR]

├─ swim.structure.Num.class - [JAR]

├─ swim.structure.NumF32.class - [JAR]

├─ swim.structure.NumF64.class - [JAR]

├─ swim.structure.NumI32.class - [JAR]

├─ swim.structure.NumI64.class - [JAR]

├─ swim.structure.NumInteger.class - [JAR]

├─ swim.structure.Operator.class - [JAR]

├─ swim.structure.Record.class - [JAR]

├─ swim.structure.RecordFieldIterator.class - [JAR]

├─ swim.structure.RecordFieldSet.class - [JAR]

├─ swim.structure.RecordIterator.class - [JAR]

├─ swim.structure.RecordKeyIterator.class - [JAR]

├─ swim.structure.RecordKeySet.class - [JAR]

├─ swim.structure.RecordMap.class - [JAR]

├─ swim.structure.RecordMapView.class - [JAR]

├─ swim.structure.RecordValueIterator.class - [JAR]

├─ swim.structure.RecordValues.class - [JAR]

├─ swim.structure.Selectee.class - [JAR]

├─ swim.structure.SelecteeBuilder.class - [JAR]

├─ swim.structure.Selector.class - [JAR]

├─ swim.structure.Slot.class - [JAR]

├─ swim.structure.Tag.class - [JAR]

├─ swim.structure.Text.class - [JAR]

├─ swim.structure.TextOutput.class - [JAR]

├─ swim.structure.Value.class - [JAR]

├─ swim.structure.ValueBuilder.class - [JAR]

swim.structure.form

├─ swim.structure.form.ArrayForm.class - [JAR]

├─ swim.structure.form.AttrForm.class - [JAR]

├─ swim.structure.form.BigIntegerForm.class - [JAR]

├─ swim.structure.form.BooleanForm.class - [JAR]

├─ swim.structure.form.ByteBufferForm.class - [JAR]

├─ swim.structure.form.ByteForm.class - [JAR]

├─ swim.structure.form.CharacterForm.class - [JAR]

├─ swim.structure.form.ClassForm.class - [JAR]

├─ swim.structure.form.CollectionForm.class - [JAR]

├─ swim.structure.form.DoubleForm.class - [JAR]

├─ swim.structure.form.FieldForm.class - [JAR]

├─ swim.structure.form.FloatForm.class - [JAR]

├─ swim.structure.form.IntegerForm.class - [JAR]

├─ swim.structure.form.ItemForm.class - [JAR]

├─ swim.structure.form.LongForm.class - [JAR]

├─ swim.structure.form.MapForm.class - [JAR]

├─ swim.structure.form.NumberForm.class - [JAR]

├─ swim.structure.form.PolyForm.class - [JAR]

├─ swim.structure.form.ShortForm.class - [JAR]

├─ swim.structure.form.SlotForm.class - [JAR]

├─ swim.structure.form.StringForm.class - [JAR]

├─ swim.structure.form.TagForm.class - [JAR]

├─ swim.structure.form.UnitForm.class - [JAR]

├─ swim.structure.form.ValueForm.class - [JAR]

swim.structure.func

├─ swim.structure.func.AbsFunc.class - [JAR]

├─ swim.structure.func.BridgeFunc.class - [JAR]

├─ swim.structure.func.CeilFunc.class - [JAR]

├─ swim.structure.func.FloorFunc.class - [JAR]

├─ swim.structure.func.LambdaFunc.class - [JAR]

├─ swim.structure.func.MathModule.class - [JAR]

├─ swim.structure.func.MaxFunc.class - [JAR]

├─ swim.structure.func.MinFunc.class - [JAR]

├─ swim.structure.func.PowFunc.class - [JAR]

├─ swim.structure.func.RandomFunc.class - [JAR]

├─ swim.structure.func.RateFunc.class - [JAR]

├─ swim.structure.func.RateFuncState.class - [JAR]

├─ swim.structure.func.RoundFunc.class - [JAR]

├─ swim.structure.func.SqrtFunc.class - [JAR]

Advertisement

Dependencies from Group

Jul 25, 2022
35 usages
473 stars
Jul 25, 2022
31 usages
473 stars
Jul 25, 2022
27 usages
473 stars
Jul 25, 2022
17 usages
473 stars
Jul 25, 2022
13 usages
473 stars

Discover Dependencies

Aug 23, 2023
26 usages
335 stars
Dec 11, 2019
56 usages
Feb 29, 2016
150 usages
Aug 24, 2023
33 usages
12.4k stars
Jun 28, 2023
29 usages
12.2k stars
Sep 08, 2020
27 usages
19 stars
Jun 30, 2022
28 usages
783 stars
Sep 02, 2022
26 usages
26 stars
Apr 12, 2022
34 usages
1.6k stars
Nov 25, 2020
26 usages
1.6k stars