クラス SArrayNodeImpl

java.lang.Object
org.wcardinal.controller.data.internal.SBaseImpl<T>
org.wcardinal.controller.data.internal.SArrayNodeImpl
すべての実装されたインタフェース:
SBase<com.fasterxml.jackson.databind.node.ArrayNode>, SArrayNode, SLockable, SScalar<com.fasterxml.jackson.databind.node.ArrayNode>, SVariable, Unlockable

@Component @Scope("prototype") public class SArrayNodeImpl extends SBaseImpl<T> implements SArrayNode
  • コンストラクタの詳細

    • SArrayNodeImpl

      public SArrayNodeImpl()
  • メソッドの詳細

    • create

      public com.fasterxml.jackson.databind.node.ArrayNode create()
      インタフェースからコピーされた説明: SArrayNode
      Creates a new JSON array, sets to it and returns it.
      定義:
      create インタフェース内 SArrayNode
      戻り値:
      the new JSON array
    • equals

      public boolean equals(com.fasterxml.jackson.databind.node.ArrayNode target)
      インタフェースからコピーされた説明: SArrayNode
      Returns true if the specified target is equal to this.
      定義:
      equals インタフェース内 SArrayNode
      パラメータ:
      target - the target to be compared
      戻り値:
      true if the specified target is equal to this
    • get

      public com.fasterxml.jackson.databind.node.ArrayNode get()
      インタフェースからコピーされた説明: SScalar
      Returns the current value.
      定義:
      get インタフェース内 SScalar<T>
      戻り値:
      the current value
    • set

      public com.fasterxml.jackson.databind.node.ArrayNode set(com.fasterxml.jackson.databind.node.ArrayNode value)
      インタフェースからコピーされた説明: SScalar
      Sets to the specified value.
      定義:
      set インタフェース内 SScalar<T>
      パラメータ:
      value - the new value
      戻り値:
      the previous value
    • reset

      public com.fasterxml.jackson.databind.node.ArrayNode reset()
      インタフェースからコピーされた説明: SScalar
      Resets to the current value.
      定義:
      reset インタフェース内 SScalar<T>
      戻り値:
      the current value
    • getValue

      public com.fasterxml.jackson.databind.node.ArrayNode getValue()
      インタフェースからコピーされた説明: SScalar
      Returns the current value.
      定義:
      getValue インタフェース内 SScalar<T>
      戻り値:
      the current value
    • setValue

      public com.fasterxml.jackson.databind.node.ArrayNode setValue(com.fasterxml.jackson.databind.node.ArrayNode value)
      インタフェースからコピーされた説明: SScalar
      Sets to the specified value.
      定義:
      setValue インタフェース内 SScalar<T>
      パラメータ:
      value - the new value
      戻り値:
      the previous value
    • resetValue

      public com.fasterxml.jackson.databind.node.ArrayNode resetValue()
      インタフェースからコピーされた説明: SScalar
      Resets to the current value.
      定義:
      resetValue インタフェース内 SScalar<T>
      戻り値:
      the current value
    • toDirty

      public void toDirty()
      インタフェースからコピーされた説明: SScalar
      Marks itself as updated.
      定義:
      toDirty インタフェース内 SScalar<T>
    • compareAndSet

      public boolean compareAndSet(com.fasterxml.jackson.databind.node.ArrayNode expected, com.fasterxml.jackson.databind.node.ArrayNode update)
      インタフェースからコピーされた説明: SScalar
      Atomically sets to the 'update' if the 'expected' is equal to the current value.
      定義:
      compareAndSet インタフェース内 SScalar<T>
      パラメータ:
      expected - the expected value
      update - the new value
      戻り値:
      true if the 'expected' is equal to the current value
    • getAndSet

      public com.fasterxml.jackson.databind.node.ArrayNode getAndSet(com.fasterxml.jackson.databind.node.ArrayNode value)
      インタフェースからコピーされた説明: SScalar
      Atomically sets to the specified value and returns the old value.
      定義:
      getAndSet インタフェース内 SScalar<T>
      パラメータ:
      value - the new value
      戻り値:
      the previous value
    • pack

      public Object pack(SData sdata)
      定義:
      pack インタフェース内 SBase<T>
    • onAuthorized

      public void onAuthorized(long authorizedRevision)
      定義:
      onAuthorized インタフェース内 SBase<T>
    • unpack

      public SChange unpack(com.fasterxml.jackson.databind.JsonNode valueNode, long revision, SData sdata) throws Exception
      定義:
      unpack インタフェース内 SBase<T>
      例外:
      Exception
    • compact

      public void compact(long authorizedRevision)
      定義:
      compact インタフェース内 SBase<T>
    • toString

      public String toString()
      オーバーライド:
      toString クラス内 Object
    • equals

      public boolean equals(Object value)
      定義:
      equals インタフェース内 SScalar<T>
      オーバーライド:
      equals クラス内 Object
    • initialize

      public void initialize()
      インタフェースからコピーされた説明: SVariable
      Initialize this.
      定義:
      initialize インタフェース内 SVariable
    • setNonNull

      public void setNonNull(boolean isNonNull)
      定義:
      setNonNull インタフェース内 SBase<T>
    • size

      public int size()
      インタフェースからコピーされた説明: SScalar
      If the value is Collection, Map, ArrayNode or ObjectNode, returns the its size. If the value is an array, returns the its length. If the value is null, returns 0. For anything else, returns 1.
      定義:
      size インタフェース内 SScalar<T>
      戻り値:
      the size of this value
    • isEmpty

      public boolean isEmpty()
      インタフェースからコピーされた説明: SScalar
      Returns true if the size is zero.
      定義:
      isEmpty インタフェース内 SScalar<T>
      戻り値:
      {boolean} true if the size is zero
    • isNull

      public boolean isNull()
      インタフェースからコピーされた説明: SScalar
      Returns true if the value is null.
      定義:
      isNull インタフェース内 SScalar<T>
      戻り値:
      true if the value is null
    • isNotNull

      public boolean isNotNull()
      インタフェースからコピーされた説明: SScalar
      Returns true if the value is not null.
      定義:
      isNotNull インタフェース内 SScalar<T>
      戻り値:
      true if the value is not null
    • indexOf

      public int indexOf(Object o)
      インタフェースからコピーされた説明: SScalar
      If the value is List, ArrayNode or an array, returns the index of the specified value. Otherwise, returns -1.
      定義:
      indexOf インタフェース内 SScalar<T>
      パラメータ:
      o - value to search for
      戻り値:
      the index of the specified value
    • lastIndexOf

      public int lastIndexOf(Object o)
      インタフェースからコピーされた説明: SScalar
      If the value is List, ArrayNode or an array, returns the last index of the specified value. Otherwise, returns -1.
      定義:
      lastIndexOf インタフェース内 SScalar<T>
      パラメータ:
      o - value to search for
      戻り値:
      the last index of the specified value
    • contains

      public boolean contains(Object o)
      インタフェースからコピーされた説明: SScalar
      Returns true if this contains the specified value.
      定義:
      contains インタフェース内 SScalar<T>
      パラメータ:
      o - value to search for
      戻り値:
      true if this contains the specified value
    • containsAll

      public boolean containsAll(Collection<?> others)
      インタフェースからコピーされた説明: SScalar
      Returns true if this contains all the specified values.
      定義:
      containsAll インタフェース内 SScalar<T>
      パラメータ:
      others - values to search for
      戻り値:
      true if this contains all the specified values