インタフェース Secs2
- すべてのスーパーインタフェース:
java.lang.Iterable<Secs2>
public interface Secs2 extends java.lang.Iterable<Secs2>
Used for build and parse SECS-II data.
Support item-type: L, B, BOOLEAN, A, I1, I2, I4, I8, U1, U2, U4, U8, F4, F8
Instances of this class are immutable.
-
メソッドの概要
修飾子とタイプ メソッド 説明 static Secs2ascii(java.lang.CharSequence ascii)Equivalent togetBuilder().ascii(ascii).static Secs2binary()Equivalent togetBuilder().binary().static Secs2binary(byte... bs)Equivalent togetBuilder().binary(bs).static Secs2binary(java.util.List<java.lang.Byte> bs)Equivalent togetBuilder().binary(bs).static Secs2bool()Equivalent togetBuilder().bool().static Secs2bool(boolean... bools)Equivalent togetBuilder().bool(bools).static Secs2bool(java.util.List<java.lang.Boolean> bools)Equivalent togetBuilder().bool(bools).static Secs2empty()Returns SECS-II-0-bytes.static Secs2float4()Same as Secs2Builder#float4().static Secs2float4(float... values)Same as Secs2Builder#float4(float...).static Secs2float4(java.util.List<? extends java.lang.Number> values)Same as Secs2Builder#float4(List).static Secs2float8()Same as Secs2Builder#float8().static Secs2float8(double... values)Same as Secs2Builder#float8(double...).static Secs2float8(java.util.List<? extends java.lang.Number> values)Same as Secs2Builder#float8(List).Secs2get()return thisSecs2get(int... indices)Returns nested Secs2 by indices.java.lang.StringgetAscii()Returns String,java.lang.StringgetAscii(int... indices)Returns nested String by indices.java.math.BigIntegergetBigInteger(int... indices)Returns nested Numeric-value by indices.booleangetBoolean(int... indices)Returns nested boolean-value by indices,static Secs2BuildergetBuilder()Returns builder instance.bytegetByte(int... indices)Returns nested byte-value by indices,byte[]getBytes()Returns byte array,byte[]getBytes(int... indices)Returns nested bytes by indices.java.util.List<byte[]>getBytesList(int maxBytesSize)Returns bytes List of Secs2.doublegetDouble(int... indices)Returns nested Numeric-value by indices.floatgetFloat(int... indices)Returns nested Numeric-value by indices.intgetInt(int... indices)Returns nested Numeric-value by indices.longgetLong(int... indices)Returns nested Numeric-value by indices,java.lang.NumbergetNumber(int... indices)Returns nested Numeric-value by indices,static Secs2int1()Equivalent togetBuilder().int1().static Secs2int1(int... values)Equivalent togetBuilder().int1(values).static Secs2int1(long... values)Equivalent togetBuilder().int1(values).static Secs2int1(java.math.BigInteger... values)Equivalent togetBuilder().int1(values).static Secs2int1(java.util.List<? extends java.lang.Number> values)Equivalent togetBuilder().int1(values).static Secs2int2()Equivalent togetBuilder().int2().static Secs2int2(int... values)Equivalent togetBuilder().int2(values).static Secs2int2(long... values)Equivalent togetBuilder().int2(values).static Secs2int2(java.math.BigInteger... values)Equivalent togetBuilder().int2(values).static Secs2int2(java.util.List<? extends java.lang.Number> values)Equivalent togetBuilder().int2(values).static Secs2int4()Equivalent togetBuilder().int4().static Secs2int4(int... values)Equivalent togetBuilder().int4(values).static Secs2int4(long... values)Equivalent togetBuilder().int4(values).static Secs2int4(java.math.BigInteger... values)Equivalent togetBuilder().int4(values).static Secs2int4(java.util.List<? extends java.lang.Number> values)Same as Secs2Builder#int4(List).static Secs2int8()Same as Secs2Builder#int8().static Secs2int8(int... values)Same as Secs2Builder#int8(int...).static Secs2int8(long... values)Same as Secs2Builder#int8(long...).static Secs2int8(java.math.BigInteger... values)Same as Secs2Builder#int8(BigInteger...).static Secs2int8(java.util.List<? extends java.lang.Number> values)Same as Secs2Builder#int8(List).booleanisEmpty()Returns is-empty.static Secs2list()Equivalent togetBuilder().list().static Secs2list(Secs2... values)Equivalent togetBuilder().list(values).static Secs2list(java.util.List<? extends Secs2> values)Equivalent togetBuilder().list(values).java.util.Optional<Secs2>optional()return Optional of this.java.util.Optional<Secs2>optional(int... indices)Returns nested of Secs2 by indices.java.util.Optional<java.lang.String>optionalAscii()Returns Optional of String is present if ASCII, otherwise empty.java.util.Optional<java.lang.String>optionalAscii(int... indices)Returns Optional of String, nested Secs2 by indices.java.util.Optional<java.math.BigInteger>optionalBigInteger(int... indices)Returns Optional of BigInteger, nested Secs2 by indices.java.util.Optional<java.lang.Boolean>optionalBoolean(int... indices)Returns Optional of Boolean, nested Secs2 by indices.java.util.Optional<java.lang.Byte>optionalByte(int... indices)Returns Optional of Byte, nested Secs2 by indices.java.util.Optional<byte[]>optionalBytes()Returns Optional of bytes is present if Binary, otherwise empty.java.util.Optional<byte[]>optionalBytes(int... indices)Returns Optional of bytes, nested Secs2 by indices.java.util.OptionalDoubleoptionalDouble(int... indices)Returns OptionalDouble, nested Secs2 by indices.java.util.OptionalIntoptionalInt(int... indices)Returns OptionalInt, nested Secs2 by indices.java.util.OptionalLongoptionalLong(int... indices)Returns OptionalLong, nested Secs2 by indices.java.util.Optional<java.lang.Number>optionalNumber(int... indices)Returns Optional Number, nested Secs2 by indices.static Secs2raw(byte[] bs)Equivalent togetBuilder().raw(bs).Secs2Itemsecs2Item()Returns SECS-II-Item-type.intsize()Returns item-count size.java.util.stream.Stream<Secs2>stream()Returns java.util.stream.Stream.java.lang.StringtoJson()Returns parsed JSON-String.static Secs2uint1()Same as Secs2Builder#uint1().static Secs2uint1(int... values)Same as Secs2Builder#uint1(int...).static Secs2uint1(long... values)Same as Secs2Builder#uint1(long...).static Secs2uint1(java.math.BigInteger... values)Same as Secs2Builder#uint1(BigInteger...).static Secs2uint1(java.util.List<? extends java.lang.Number> values)Same as Secs2Builder#uint1(List).static Secs2uint2()Same as Secs2Builder#uint2().static Secs2uint2(int... values)Same as Secs2Builder#uint2(int...).static Secs2uint2(long... values)Same as Secs2Builder#uint2(long...).static Secs2uint2(java.math.BigInteger... values)Same as Secs2Builder#uint2(BigInteger...).static Secs2uint2(java.util.List<? extends java.lang.Number> values)Same as Secs2Builder#uint2(List).static Secs2uint4()Same as Secs2Builder#uint4().static Secs2uint4(int... values)Same as Secs2Builder#uint4(int...).static Secs2uint4(long... values)Same as Secs2Builder#uint4(long...).static Secs2uint4(java.math.BigInteger... values)Same as Secs2Builder#uint4(BigInteger...).static Secs2uint4(java.util.List<? extends java.lang.Number> values)Same as Secs2Builder#uint4(List).static Secs2uint8()Same as Secs2Builder#uint8().static Secs2uint8(int... values)Same as Secs2Builder#uint8(int...).static Secs2uint8(long... values)Same as Secs2Builder#uint8(long...).static Secs2uint8(java.math.BigInteger... values)Same as Secs2Builder#uint8(BigInteger...).static Secs2uint8(java.util.List<? extends java.lang.Number> values)Same as Secs2Builder#uint8(List).インタフェースから継承されたメソッド java.lang.Iterable
forEach, iterator, spliterator
-
メソッドの詳細
-
isEmpty
boolean isEmpty()Returns is-empty.- 戻り値:
- true if 0 bytes body.
-
stream
java.util.stream.Stream<Secs2> stream()Returns java.util.stream.Stream.- 戻り値:
- Stream
-
size
int size()Returns item-count size.- 戻り値:
- item-count size. -1 if Secs2 is empty.
-
secs2Item
Secs2Item secs2Item()Returns SECS-II-Item-type.- 戻り値:
- Secs2Item
-
toJson
java.lang.String toJson()Returns parsed JSON-String.- 戻り値:
- json-string
-
get
Secs2 get()return this- 戻り値:
- this
-
get
Returns nested Secs2 by indices.Available if type is "L".
- パラメータ:
indices- indeices of list- 戻り値:
- Secs2
- 例外:
Secs2Exception- if parse failed
-
getAscii
Returns nested String by indices.Available if type is "A".
- パラメータ:
indices- indices of list- 戻り値:
- ASCII-String
- 例外:
Secs2Exception- if parse failed
-
getAscii
Returns String,Available String if type is "A".
- 戻り値:
- ASCII-String
- 例外:
Secs2Exception- if parse failed
-
getByte
Returns nested byte-value by indices,Available if type is "B".
- パラメータ:
indices- the indices- 戻り値:
- byte-value
- 例外:
Secs2Exception- if parse failed
-
getBytes
Returns nested bytes by indices.Available if type is "B".
- パラメータ:
indices- indices of list- 戻り値:
- bytes
- 例外:
Secs2Exception- if parse failed
-
getBytes
Returns byte array,Available byte array if type is "B".
- 戻り値:
- bytes
- 例外:
Secs2Exception- if not binary
-
getBoolean
Returns nested boolean-value by indices,Available if type is "BOOLEAN".
- パラメータ:
indices- the indices- 戻り値:
- boolean-value
- 例外:
Secs2Exception- if parse failed
-
getInt
Returns nested Numeric-value by indices.Available if type is "I1","I2","I4","I8","F4","F8","U1","U2","U4","U8"
- パラメータ:
indices- the indices- 戻り値:
- (int)value
- 例外:
Secs2Exception- if parse failed
-
getLong
Returns nested Numeric-value by indices,Available if type is "I1","I2","I4","I8","F4","F8","U1","U2","U4","U8"
- パラメータ:
indices- the indices- 戻り値:
- (long)value
- 例外:
Secs2Exception- if parse failed
-
getBigInteger
Returns nested Numeric-value by indices.Available if type is "I1","I2","I4","I8","U1","U2","U4","U8"
- パラメータ:
indices- the indices- 戻り値:
- BigInteger.valueOf(value)
- 例外:
Secs2Exception- if parse failed
-
getFloat
Returns nested Numeric-value by indices.Available if type is "I1","I2","I4","I8","F4","F8","U1","U2","U4","U8"
- パラメータ:
indices- the indices- 戻り値:
- (float)value
- 例外:
Secs2Exception- if parse failed
-
getDouble
Returns nested Numeric-value by indices.Available if type is "I1","I2","I4","I8","F4","F8","U1","U2","U4","U8"
- パラメータ:
indices- the indices- 戻り値:
- (double)value
- 例外:
Secs2Exception- if parse failed
-
getNumber
Returns nested Numeric-value by indices,Available if type is "I1","I2","I4","I8","F4","F8","U1","U2","U4","U8"
- パラメータ:
indices- the indices- 戻り値:
- (Number)value
- 例外:
Secs2Exception- if parse failed
-
optional
java.util.Optional<Secs2> optional()return Optional of this.- 戻り値:
- Optional of Secs2
-
optional
Returns nested of Secs2 by indices.Available if type is "L".
- パラメータ:
indices- indices of list- 戻り値:
- Optional of Secs2
-
optionalAscii
java.util.Optional<java.lang.String> optionalAscii(int... indices)Returns Optional of String, nested Secs2 by indices.Available if type is "A".
- パラメータ:
indices- indicies of list- 戻り値:
- Optional of String
-
optionalAscii
java.util.Optional<java.lang.String> optionalAscii()Returns Optional of String is present if ASCII, otherwise empty.- 戻り値:
- Optional of String
-
optionalByte
java.util.Optional<java.lang.Byte> optionalByte(int... indices)Returns Optional of Byte, nested Secs2 by indices.Available if type is "B".
- パラメータ:
indices- indicies of list- 戻り値:
- Optional of bytes
-
optionalBytes
java.util.Optional<byte[]> optionalBytes(int... indices)Returns Optional of bytes, nested Secs2 by indices.Available if type is "B".
- パラメータ:
indices- indices of list- 戻り値:
- Optional of bytes
-
optionalBytes
java.util.Optional<byte[]> optionalBytes()Returns Optional of bytes is present if Binary, otherwise empty.- 戻り値:
- Optional of bytes
-
optionalBoolean
java.util.Optional<java.lang.Boolean> optionalBoolean(int... indices)Returns Optional of Boolean, nested Secs2 by indices.Available if type is "BOOLEAN".
- パラメータ:
indices- indices of list- 戻り値:
- Optional of Boolean
-
optionalInt
java.util.OptionalInt optionalInt(int... indices)Returns OptionalInt, nested Secs2 by indices.Available if type is "B", "I1", "I2", "I4", "I8", "U1", "U2", "U4", "U8", "F4", "F8".
- パラメータ:
indices- indices of list- 戻り値:
- OptionalInt
-
optionalLong
java.util.OptionalLong optionalLong(int... indices)Returns OptionalLong, nested Secs2 by indices.Available if type is "B", "I1", "I2", "I4", "I8", "U1", "U2", "U4", "U8", "F4", "F8".
- パラメータ:
indices- indices of list- 戻り値:
- OptionalLong
-
optionalBigInteger
java.util.Optional<java.math.BigInteger> optionalBigInteger(int... indices)Returns Optional of BigInteger, nested Secs2 by indices.Available if type is "I1", "I2", "I4", "I8", "U1", "U2", "U4", "U8".
- パラメータ:
indices- indices of list- 戻り値:
- Optional of BigInteger
-
optionalDouble
java.util.OptionalDouble optionalDouble(int... indices)Returns OptionalDouble, nested Secs2 by indices.Available if type is "B", "I1", "I2", "I4", "I8", "U1", "U2", "U4", "U8", "F4", "F8".
- パラメータ:
indices- indices of list- 戻り値:
- OptionalDouble
-
optionalNumber
java.util.Optional<java.lang.Number> optionalNumber(int... indices)Returns Optional Number, nested Secs2 by indices.Available if type is "B", "I1", "I2", "I4", "I8", "U1", "U2", "U4", "U8", "F4", "F8".
- パラメータ:
indices- indices of list- 戻り値:
- Optional of Number
-
getBytesList
java.util.List<byte[]> getBytesList(int maxBytesSize)Returns bytes List of Secs2.Build bytes List for SecsMessage. If build Secs1MessageBlock, maxBytesSize is 244.
If Secs2 is empty, Collections.singletonList(new byte[0]).
- パラメータ:
maxBytesSize- max bytes length size- 戻り値:
- bytes List of Secs2
-
getBuilder
Returns builder instance.- 戻り値:
- Secs2Builder.getInstance()
-
empty
Returns SECS-II-0-bytes.- 戻り値:
- Empty-Secs2
-
raw
Equivalent togetBuilder().raw(bs).- パラメータ:
bs- the bytes- 戻り値:
- Secs2RawBytes
-
list
Equivalent togetBuilder().list().- 戻り値:
<L[0]
-
list
Equivalent togetBuilder().list(values).- パラメータ:
values- the values- 戻り値:
<L[n]>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
list
Equivalent togetBuilder().list(values).- パラメータ:
values- the values.- 戻り値:
<L[n]>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
ascii
Equivalent togetBuilder().ascii(ascii).- パラメータ:
ascii- ascii string- 戻り値:
<A[n] "ascii">- 例外:
java.lang.NullPointerException- if ascii is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
binary
Equivalent togetBuilder().binary().- 戻り値:
<B[0]>
-
binary
Equivalent togetBuilder().binary(bs).- パラメータ:
bs- the bytes- 戻り値:
<B[n] b...>- 例外:
java.lang.NullPointerException- if bs is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
binary
Equivalent togetBuilder().binary(bs).- パラメータ:
bs- the bytes- 戻り値:
<B[n] b...>- 例外:
java.lang.NullPointerException- if bs is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
bool
Equivalent togetBuilder().bool().- 戻り値:
<BOOLEAN[0]>
-
bool
Equivalent togetBuilder().bool(bools).- パラメータ:
bools- the Booleans- 戻り値:
<BOOLEAN[n] bools...- 例外:
java.lang.NullPointerException- if bools is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
bool
Equivalent togetBuilder().bool(bools).- パラメータ:
bools- the Booleans- 戻り値:
<BOOLEAN[n] bool...>- 例外:
java.lang.NullPointerException- if bools is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int1
Equivalent togetBuilder().int1().- 戻り値:
<I1[0]>
-
int1
Equivalent togetBuilder().int1(values).- パラメータ:
values- the int values- 戻り値:
<I1[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int1
Equivalent togetBuilder().int1(values).- パラメータ:
values- the long values- 戻り値:
<I1[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int1
Equivalent togetBuilder().int1(values).- パラメータ:
values- the BigInteger values.- 戻り値:
<I1[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int1
Equivalent togetBuilder().int1(values).- パラメータ:
values- the Number values.- 戻り値:
<I1[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int2
Equivalent togetBuilder().int2().- 戻り値:
<I2[0]>
-
int2
Equivalent togetBuilder().int2(values).- パラメータ:
values- the int values- 戻り値:
<I2[n] v...- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int2
Equivalent togetBuilder().int2(values).- パラメータ:
values- the long values- 戻り値:
<I2[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int2
Equivalent togetBuilder().int2(values).- パラメータ:
values- the BigInteger values- 戻り値:
<I2[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int2
Equivalent togetBuilder().int2(values).- パラメータ:
values- List of Number- 戻り値:
<I2[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int4
Equivalent togetBuilder().int4().- 戻り値:
<L4[0]>
-
int4
Equivalent togetBuilder().int4(values).- パラメータ:
values- the int values- 戻り値:
<I4[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int4
Equivalent togetBuilder().int4(values).- パラメータ:
values- the long values- 戻り値:
<I4[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int4
Equivalent togetBuilder().int4(values).- パラメータ:
values- the BigInteger values- 戻り値:
<I4[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.
-
int4
Same as Secs2Builder#int4(List).- パラメータ:
values- List of Numbers- 戻り値:
<I4[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.int4(List)
-
int8
Same as Secs2Builder#int8().- 戻り値:
<I8[0]>- 関連項目:
Secs2Builder.int8()
-
int8
Same as Secs2Builder#int8(int...).- パラメータ:
values- the int values- 戻り値:
<I8[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.int8(int...)
-
int8
Same as Secs2Builder#int8(long...).- パラメータ:
values- the long values- 戻り値:
<I8[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.int8(long...)
-
int8
Same as Secs2Builder#int8(BigInteger...).- パラメータ:
values- the BigInteger values- 戻り値:
<I8[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.int8(BigInteger...)
-
int8
Same as Secs2Builder#int8(List).- パラメータ:
values- list of Numbers- 戻り値:
<I8[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.int8(List)
-
uint1
Same as Secs2Builder#uint1().- 戻り値:
<U1[0]>- 関連項目:
Secs2Builder.uint1()
-
uint1
Same as Secs2Builder#uint1(int...).- パラメータ:
values- the int values- 戻り値:
<U1[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint1(int...)
-
uint1
Same as Secs2Builder#uint1(long...).- パラメータ:
values- the long values- 戻り値:
<U1[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint1(long...)
-
uint1
Same as Secs2Builder#uint1(BigInteger...).- パラメータ:
values- the BigInteger values- 戻り値:
<U1[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint1(BigInteger...)
-
uint1
Same as Secs2Builder#uint1(List).- パラメータ:
values- list of Numbers- 戻り値:
<U1[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint1(List)
-
uint2
Same as Secs2Builder#uint2().- 戻り値:
<U2[0]>- 関連項目:
Secs2Builder.uint2()
-
uint2
Same as Secs2Builder#uint2(int...).- パラメータ:
values- the int values- 戻り値:
<U2[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint2(int...)
-
uint2
Same as Secs2Builder#uint2(long...).- パラメータ:
values- the long values- 戻り値:
<U2[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint2(long...)
-
uint2
Same as Secs2Builder#uint2(BigInteger...).- パラメータ:
values- the BigInteger values- 戻り値:
<U2[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint2(BigInteger...)
-
uint2
Same as Secs2Builder#uint2(List).- パラメータ:
values- list of Numbers- 戻り値:
<U2[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint2(List)
-
uint4
Same as Secs2Builder#uint4().- 戻り値:
<U4[0]>- 関連項目:
Secs2Builder.uint4()
-
uint4
Same as Secs2Builder#uint4(int...).- パラメータ:
values- the int values- 戻り値:
<U4[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint4(int...)
-
uint4
Same as Secs2Builder#uint4(long...).- パラメータ:
values- the long values- 戻り値:
<U4[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint4(long...)
-
uint4
Same as Secs2Builder#uint4(BigInteger...).- パラメータ:
values- the BigInteger values- 戻り値:
<U4[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint4(BigInteger...)
-
uint4
Same as Secs2Builder#uint4(List).- パラメータ:
values- list of Numbers- 戻り値:
<U4[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint4(List)
-
uint8
Same as Secs2Builder#uint8().- 戻り値:
<U8[0]>- 関連項目:
Secs2Builder.uint8()
-
uint8
Same as Secs2Builder#uint8(int...).- パラメータ:
values- the int values- 戻り値:
<U8[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint8(int...)
-
uint8
Same as Secs2Builder#uint8(long...).- パラメータ:
values- the long values- 戻り値:
<U8[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint8(long...)
-
uint8
Same as Secs2Builder#uint8(BigInteger...).- パラメータ:
values- the BigInteger values- 戻り値:
<U8[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint8(BigInteger...)
-
uint8
Same as Secs2Builder#uint8(List).- パラメータ:
values- list of Numbers- 戻り値:
<U8[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.uint8(List)
-
float4
Same as Secs2Builder#float4().- 戻り値:
<F4[0]>- 関連項目:
Secs2Builder.float4()
-
float4
Same as Secs2Builder#float4(float...).- パラメータ:
values- the float values- 戻り値:
<F4[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.float4(float...)
-
float4
Same as Secs2Builder#float4(List).- パラメータ:
values- list of Numbers- 戻り値:
<F4[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.float4(List)
-
float8
Same as Secs2Builder#float8().- 戻り値:
<F8[0]>- 関連項目:
Secs2Builder.float8()
-
float8
Same as Secs2Builder#float8(double...).- パラメータ:
values- the double values- 戻り値:
<F8[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.float8(double...)
-
float8
Same as Secs2Builder#float8(List).- パラメータ:
values- list of Numbers- 戻り値:
<F8[n] n...>- 例外:
java.lang.NullPointerException- if values is null.Secs2LengthByteOutOfRangeException- if length-byte-size>0x00FFFFFF.- 関連項目:
Secs2Builder.float8(List)
-