Interface Properties.PropertiesBuilder

    • Method Detail

      • withInsert

        default Properties.PropertiesBuilder withInsert​(Object aObj)
        Specified by:
        withInsert in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsert in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsert

        default Properties.PropertiesBuilder withInsert​(org.refcodes.structure.PathMap<String> aFrom)
        Specified by:
        withInsert in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsert in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertBetween

        default Properties.PropertiesBuilder withInsertBetween​(Collection<?> aToPathElements,
                                                               Object aFrom,
                                                               Collection<?> aFromPathElements)
        Specified by:
        withInsertBetween in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertBetween in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertBetween

        default Properties.PropertiesBuilder withInsertBetween​(Collection<?> aToPathElements,
                                                               org.refcodes.structure.PathMap<String> aFrom,
                                                               Collection<?> aFromPathElements)
        Specified by:
        withInsertBetween in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertBetween in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertBetween

        default Properties.PropertiesBuilder withInsertBetween​(Object aToPath,
                                                               Object aFrom,
                                                               Object aFromPath)
        Specified by:
        withInsertBetween in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertBetween in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertBetween

        default Properties.PropertiesBuilder withInsertBetween​(Object aToPath,
                                                               org.refcodes.structure.PathMap<String> aFrom,
                                                               Object aFromPath)
        Specified by:
        withInsertBetween in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertBetween in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertBetween

        default Properties.PropertiesBuilder withInsertBetween​(Object[] aToPathElements,
                                                               Object aFrom,
                                                               Object[] aFromPathElements)
        Specified by:
        withInsertBetween in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertBetween in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertBetween

        default Properties.PropertiesBuilder withInsertBetween​(Object[] aToPathElements,
                                                               org.refcodes.structure.PathMap<String> aFrom,
                                                               Object[] aFromPathElements)
        Specified by:
        withInsertBetween in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertBetween in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertBetween

        default Properties.PropertiesBuilder withInsertBetween​(String aToPath,
                                                               Object aFrom,
                                                               String aFromPath)
        Specified by:
        withInsertBetween in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertBetween in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertBetween

        default Properties.PropertiesBuilder withInsertBetween​(String aToPath,
                                                               org.refcodes.structure.PathMap<String> aFrom,
                                                               String aFromPath)
        Specified by:
        withInsertBetween in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertBetween in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertBetween

        default Properties.PropertiesBuilder withInsertBetween​(String[] aToPathElements,
                                                               Object aFrom,
                                                               String[] aFromPathElements)
        Specified by:
        withInsertBetween in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertBetween in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertBetween

        default Properties.PropertiesBuilder withInsertBetween​(String[] aToPathElements,
                                                               org.refcodes.structure.PathMap<String> aFrom,
                                                               String[] aFromPathElements)
        Specified by:
        withInsertBetween in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertBetween in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertFrom

        default Properties.PropertiesBuilder withInsertFrom​(Object aFrom,
                                                            Collection<?> aFromPathElements)
        Specified by:
        withInsertFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertFrom

        default Properties.PropertiesBuilder withInsertFrom​(Object aFrom,
                                                            Object aFromPath)
        Specified by:
        withInsertFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertFrom

        default Properties.PropertiesBuilder withInsertFrom​(Object aFrom,
                                                            Object[] aFromPathElements)
        Specified by:
        withInsertFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertFrom

        default Properties.PropertiesBuilder withInsertFrom​(Object aFrom,
                                                            String aFromPath)
        Specified by:
        withInsertFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertFrom

        default Properties.PropertiesBuilder withInsertFrom​(Object aFrom,
                                                            String[] aFromPathElements)
        Specified by:
        withInsertFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertFrom

        default Properties.PropertiesBuilder withInsertFrom​(org.refcodes.structure.PathMap<String> aFrom,
                                                            Collection<?> aFromPathElements)
        Specified by:
        withInsertFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertFrom

        default Properties.PropertiesBuilder withInsertFrom​(org.refcodes.structure.PathMap<String> aFrom,
                                                            Object aFromPath)
        Specified by:
        withInsertFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertFrom

        default Properties.PropertiesBuilder withInsertFrom​(org.refcodes.structure.PathMap<String> aFrom,
                                                            Object[] aFromPathElements)
        Specified by:
        withInsertFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertFrom

        default Properties.PropertiesBuilder withInsertFrom​(org.refcodes.structure.PathMap<String> aFrom,
                                                            String aFromPath)
        Specified by:
        withInsertFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertFrom

        default Properties.PropertiesBuilder withInsertFrom​(org.refcodes.structure.PathMap<String> aFrom,
                                                            String[] aFromPathElements)
        Specified by:
        withInsertFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertTo

        default Properties.PropertiesBuilder withInsertTo​(Collection<?> aToPathElements,
                                                          Object aFrom)
        Specified by:
        withInsertTo in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertTo in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertTo

        default Properties.PropertiesBuilder withInsertTo​(Collection<?> aToPathElements,
                                                          org.refcodes.structure.PathMap<String> aFrom)
        Specified by:
        withInsertTo in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertTo in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertTo

        default Properties.PropertiesBuilder withInsertTo​(Object aToPath,
                                                          Object aFrom)
        Specified by:
        withInsertTo in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertTo in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertTo

        default Properties.PropertiesBuilder withInsertTo​(Object aToPath,
                                                          org.refcodes.structure.PathMap<String> aFrom)
        Specified by:
        withInsertTo in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertTo in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertTo

        default Properties.PropertiesBuilder withInsertTo​(Object[] aToPathElements,
                                                          Object aFrom)
        Specified by:
        withInsertTo in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertTo in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertTo

        default Properties.PropertiesBuilder withInsertTo​(Object[] aToPathElements,
                                                          org.refcodes.structure.PathMap<String> aFrom)
        Specified by:
        withInsertTo in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertTo in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertTo

        default Properties.PropertiesBuilder withInsertTo​(String aToPath,
                                                          Object aFrom)
        Specified by:
        withInsertTo in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertTo in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertTo

        default Properties.PropertiesBuilder withInsertTo​(String aToPath,
                                                          org.refcodes.structure.PathMap<String> aFrom)
        Specified by:
        withInsertTo in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertTo in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertTo

        default Properties.PropertiesBuilder withInsertTo​(String[] aToPathElements,
                                                          Object aFrom)
        Specified by:
        withInsertTo in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertTo in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withInsertTo

        default Properties.PropertiesBuilder withInsertTo​(String[] aToPathElements,
                                                          org.refcodes.structure.PathMap<String> aFrom)
        Specified by:
        withInsertTo in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertTo in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withPut

        default Properties.PropertiesBuilder withPut​(Collection<?> aPathElements,
                                                     String aValue)
        Specified by:
        withPut in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPut in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withPut

        default Properties.PropertiesBuilder withPut​(org.refcodes.structure.Relation<String,String> aProperty)
        Specified by:
        withPut in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPut in interface org.refcodes.structure.Dictionary.MutableDictionary.DictionaryBuilder<String,T extends Object,org.refcodes.structure.PathMap.PathMapBuilder<T extends Object>>
        Specified by:
        withPut in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withPut

        default Properties.PropertiesBuilder withPut​(String aKey,
                                                     String aValue)
        Specified by:
        withPut in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPut in interface org.refcodes.structure.Dictionary.MutableDictionary.DictionaryBuilder<String,T extends Object,org.refcodes.structure.PathMap.PathMapBuilder<T extends Object>>
        Specified by:
        withPut in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
        Specified by:
        withPut in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutBoolean

        default Properties.PropertiesBuilder withPutBoolean​(Object aKey,
                                                            Boolean aValue)
        Specified by:
        withPutBoolean in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutBoolean in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutBoolean

        default Properties.PropertiesBuilder withPutBoolean​(Object[] aPathElements,
                                                            Boolean aValue)
        Specified by:
        withPutBoolean in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutBoolean

        default Properties.PropertiesBuilder withPutBoolean​(String aKey,
                                                            Boolean aValue)
        Specified by:
        withPutBoolean in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutBoolean in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutBoolean

        default Properties.PropertiesBuilder withPutBoolean​(String[] aPathElements,
                                                            Boolean aValue)
        Specified by:
        withPutBoolean in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutByte

        default Properties.PropertiesBuilder withPutByte​(Object aKey,
                                                         Byte aValue)
        Specified by:
        withPutByte in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutByte in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutByte

        default Properties.PropertiesBuilder withPutByte​(Object[] aPathElements,
                                                         Byte aValue)
        Specified by:
        withPutByte in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutByte

        default Properties.PropertiesBuilder withPutByte​(String aKey,
                                                         Byte aValue)
        Specified by:
        withPutByte in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutByte in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutByte

        default Properties.PropertiesBuilder withPutByte​(String[] aPathElements,
                                                         Byte aValue)
        Specified by:
        withPutByte in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutDouble

        default Properties.PropertiesBuilder withPutDouble​(Object aKey,
                                                           Double aValue)
        Specified by:
        withPutDouble in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutDouble in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutDouble

        default Properties.PropertiesBuilder withPutDouble​(Object[] aPathElements,
                                                           Double aValue)
        Specified by:
        withPutDouble in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutDouble

        default Properties.PropertiesBuilder withPutDouble​(String aKey,
                                                           Double aValue)
        Specified by:
        withPutDouble in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutDouble in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutDouble

        default Properties.PropertiesBuilder withPutDouble​(String[] aPathElements,
                                                           Double aValue)
        Specified by:
        withPutDouble in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutFloat

        default Properties.PropertiesBuilder withPutFloat​(Object aKey,
                                                          Float aValue)
        Specified by:
        withPutFloat in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutFloat in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutFloat

        default Properties.PropertiesBuilder withPutFloat​(Object[] aPathElements,
                                                          Float aValue)
        Specified by:
        withPutFloat in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutFloat

        default Properties.PropertiesBuilder withPutFloat​(String aKey,
                                                          Float aValue)
        Specified by:
        withPutFloat in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutFloat in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutFloat

        default Properties.PropertiesBuilder withPutFloat​(String[] aPathElements,
                                                          Float aValue)
        Specified by:
        withPutFloat in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutInteger

        default Properties.PropertiesBuilder withPutInteger​(Object aKey,
                                                            Integer aValue)
        Specified by:
        withPutInteger in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutInteger in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutInteger

        default Properties.PropertiesBuilder withPutInteger​(Object[] aPathElements,
                                                            Integer aValue)
        Specified by:
        withPutInteger in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutInteger

        default Properties.PropertiesBuilder withPutInteger​(String aKey,
                                                            Integer aValue)
        Specified by:
        withPutInteger in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutInteger in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutInteger

        default Properties.PropertiesBuilder withPutInteger​(String[] aPathElements,
                                                            Integer aValue)
        Specified by:
        withPutInteger in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutLong

        default Properties.PropertiesBuilder withPutLong​(Object aKey,
                                                         Long aValue)
        Specified by:
        withPutLong in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutLong in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutLong

        default Properties.PropertiesBuilder withPutLong​(Object[] aPathElements,
                                                         Long aValue)
        Specified by:
        withPutLong in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutLong

        default Properties.PropertiesBuilder withPutLong​(String aKey,
                                                         Long aValue)
        Specified by:
        withPutLong in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutLong in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutLong

        default Properties.PropertiesBuilder withPutLong​(String[] aPathElements,
                                                         Long aValue)
        Specified by:
        withPutLong in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutShort

        default Properties.PropertiesBuilder withPutShort​(Object aKey,
                                                          Short aValue)
        Specified by:
        withPutShort in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutShort in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutShort

        default Properties.PropertiesBuilder withPutShort​(Object[] aPathElements,
                                                          Short aValue)
        Specified by:
        withPutShort in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withPutShort

        default Properties.PropertiesBuilder withPutShort​(String aKey,
                                                          Short aValue)
        Specified by:
        withPutShort in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutShort in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutShort

        default Properties.PropertiesBuilder withPutShort​(String[] aPathElements,
                                                          Short aValue)
        Specified by:
        withPutShort in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
      • withRemoveFrom

        default Properties.PropertiesBuilder withRemoveFrom​(Collection<?> aPathElements)
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withRemoveFrom

        default Properties.PropertiesBuilder withRemoveFrom​(Object aPath)
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withRemoveFrom

        default Properties.PropertiesBuilder withRemoveFrom​(Object... aPathElements)
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withRemoveFrom

        default Properties.PropertiesBuilder withRemoveFrom​(String... aPathElements)
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
      • withRemoveFrom

        default Properties.PropertiesBuilder withRemoveFrom​(String aPath)
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>