クラス SIntegerImpl

すべての実装されたインタフェース:
Comparable<Integer>, SBase<Integer>, SInteger, SLockable, SNumber<Integer>, SScalar<Integer>, SVariable, Unlockable

@Component @Scope("prototype") public class SIntegerImpl extends SNumberImpl<Integer> implements SInteger
  • コンストラクタの詳細

    • SIntegerImpl

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

    • addAndGet

      public Integer addAndGet(Integer delta)
      インタフェースからコピーされた説明: SNumber
      Atomically adds the specified value to the current value if the current value is not null.
      定義:
      addAndGet インタフェース内 SNumber<Integer>
      パラメータ:
      delta - value to add
      戻り値:
      updated value
    • getAndAdd

      public Integer getAndAdd(Integer delta)
      インタフェースからコピーされた説明: SNumber
      Atomically add the specified value to the current value if the current value is not null.
      定義:
      getAndAdd インタフェース内 SNumber<Integer>
      パラメータ:
      delta - value to add
      戻り値:
      previous value
    • decrementAndGet

      public Integer decrementAndGet()
      インタフェースからコピーされた説明: SNumber
      Atomically decrements by one the current value if the current value is not null.
      定義:
      decrementAndGet インタフェース内 SNumber<Integer>
      戻り値:
      updated value
    • getAndDecrement

      public Integer getAndDecrement()
      インタフェースからコピーされた説明: SNumber
      Atomically decrements by one the current value if the current value is not null.
      定義:
      getAndDecrement インタフェース内 SNumber<Integer>
      戻り値:
      previous value
    • getAndIncrement

      public Integer getAndIncrement()
      インタフェースからコピーされた説明: SNumber
      Atomically increments by one the current value if the current value is not null.
      定義:
      getAndIncrement インタフェース内 SNumber<Integer>
      戻り値:
      previous value
    • incrementAndGet

      public Integer incrementAndGet()
      インタフェースからコピーされた説明: SNumber
      Atomically increments by one the current value if the current value is not null.
      定義:
      incrementAndGet インタフェース内 SNumber<Integer>
      戻り値:
      updated value
    • compareTo

      @ThreadSafe public int compareTo(Integer value)
      定義:
      compareTo インタフェース内 Comparable<Integer>
    • equals

      public boolean equals(Number target)
      インタフェースからコピーされた説明: SNumber
      Returns true if the specified target is equal to this.
      定義:
      equals インタフェース内 SNumber<Integer>
      パラメータ:
      target - the target to be compared
      戻り値:
      true if the specified target is equal to this
    • equals

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

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

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

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

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

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

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

      public Integer 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(Integer expected, Integer 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 Integer getAndSet(Integer 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