インタフェース 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 Secs2
ascii(java.lang.CharSequence ascii)
Equivalent togetBuilder().ascii(ascii)
.static Secs2
binary()
Equivalent togetBuilder().binary()
.static Secs2
binary(byte... bs)
Equivalent togetBuilder().binary(bs)
.static Secs2
binary(java.util.List<java.lang.Byte> bs)
Equivalent togetBuilder().binary(bs)
.static Secs2
bool()
Equivalent togetBuilder().bool()
.static Secs2
bool(boolean... bools)
Equivalent togetBuilder().bool(bools)
.static Secs2
bool(java.util.List<java.lang.Boolean> bools)
Equivalent togetBuilder().bool(bools)
.static Secs2
empty()
Returns SECS-II-0-bytes.static Secs2
float4()
Same as Secs2Builder#float4().static Secs2
float4(float... values)
Same as Secs2Builder#float4(float...).static Secs2
float4(java.util.List<? extends java.lang.Number> values)
Same as Secs2Builder#float4(List).static Secs2
float8()
Same as Secs2Builder#float8().static Secs2
float8(double... values)
Same as Secs2Builder#float8(double...).static Secs2
float8(java.util.List<? extends java.lang.Number> values)
Same as Secs2Builder#float8(List).Secs2
get()
return thisSecs2
get(int... indices)
Returns nested Secs2 by indices.java.lang.String
getAscii()
Returns String,java.lang.String
getAscii(int... indices)
Returns nested String by indices.java.math.BigInteger
getBigInteger(int... indices)
Returns nested Numeric-value by indices.boolean
getBoolean(int... indices)
Returns nested boolean-value by indices,static Secs2Builder
getBuilder()
Returns builder instance.byte
getByte(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.double
getDouble(int... indices)
Returns nested Numeric-value by indices.float
getFloat(int... indices)
Returns nested Numeric-value by indices.int
getInt(int... indices)
Returns nested Numeric-value by indices.long
getLong(int... indices)
Returns nested Numeric-value by indices,java.lang.Number
getNumber(int... indices)
Returns nested Numeric-value by indices,static Secs2
int1()
Equivalent togetBuilder().int1()
.static Secs2
int1(int... values)
Equivalent togetBuilder().int1(values)
.static Secs2
int1(long... values)
Equivalent togetBuilder().int1(values)
.static Secs2
int1(java.math.BigInteger... values)
Equivalent togetBuilder().int1(values)
.static Secs2
int1(java.util.List<? extends java.lang.Number> values)
Equivalent togetBuilder().int1(values)
.static Secs2
int2()
Equivalent togetBuilder().int2()
.static Secs2
int2(int... values)
Equivalent togetBuilder().int2(values)
.static Secs2
int2(long... values)
Equivalent togetBuilder().int2(values)
.static Secs2
int2(java.math.BigInteger... values)
Equivalent togetBuilder().int2(values)
.static Secs2
int2(java.util.List<? extends java.lang.Number> values)
Equivalent togetBuilder().int2(values)
.static Secs2
int4()
Equivalent togetBuilder().int4()
.static Secs2
int4(int... values)
Equivalent togetBuilder().int4(values)
.static Secs2
int4(long... values)
Equivalent togetBuilder().int4(values)
.static Secs2
int4(java.math.BigInteger... values)
Equivalent togetBuilder().int4(values)
.static Secs2
int4(java.util.List<? extends java.lang.Number> values)
Same as Secs2Builder#int4(List).static Secs2
int8()
Same as Secs2Builder#int8().static Secs2
int8(int... values)
Same as Secs2Builder#int8(int...).static Secs2
int8(long... values)
Same as Secs2Builder#int8(long...).static Secs2
int8(java.math.BigInteger... values)
Same as Secs2Builder#int8(BigInteger...).static Secs2
int8(java.util.List<? extends java.lang.Number> values)
Same as Secs2Builder#int8(List).boolean
isEmpty()
Returns is-empty.static Secs2
list()
Equivalent togetBuilder().list()
.static Secs2
list(Secs2... values)
Equivalent togetBuilder().list(values)
.static Secs2
list(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.OptionalDouble
optionalDouble(int... indices)
Returns OptionalDouble, nested Secs2 by indices.java.util.OptionalInt
optionalInt(int... indices)
Returns OptionalInt, nested Secs2 by indices.java.util.OptionalLong
optionalLong(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 Secs2
raw(byte[] bs)
Equivalent togetBuilder().raw(bs)
.Secs2Item
secs2Item()
Returns SECS-II-Item-type.int
size()
Returns item-count size.java.util.stream.Stream<Secs2>
stream()
Returns java.util.stream.Stream.java.lang.String
toJson()
Returns parsed JSON-String.static Secs2
uint1()
Same as Secs2Builder#uint1().static Secs2
uint1(int... values)
Same as Secs2Builder#uint1(int...).static Secs2
uint1(long... values)
Same as Secs2Builder#uint1(long...).static Secs2
uint1(java.math.BigInteger... values)
Same as Secs2Builder#uint1(BigInteger...).static Secs2
uint1(java.util.List<? extends java.lang.Number> values)
Same as Secs2Builder#uint1(List).static Secs2
uint2()
Same as Secs2Builder#uint2().static Secs2
uint2(int... values)
Same as Secs2Builder#uint2(int...).static Secs2
uint2(long... values)
Same as Secs2Builder#uint2(long...).static Secs2
uint2(java.math.BigInteger... values)
Same as Secs2Builder#uint2(BigInteger...).static Secs2
uint2(java.util.List<? extends java.lang.Number> values)
Same as Secs2Builder#uint2(List).static Secs2
uint4()
Same as Secs2Builder#uint4().static Secs2
uint4(int... values)
Same as Secs2Builder#uint4(int...).static Secs2
uint4(long... values)
Same as Secs2Builder#uint4(long...).static Secs2
uint4(java.math.BigInteger... values)
Same as Secs2Builder#uint4(BigInteger...).static Secs2
uint4(java.util.List<? extends java.lang.Number> values)
Same as Secs2Builder#uint4(List).static Secs2
uint8()
Same as Secs2Builder#uint8().static Secs2
uint8(int... values)
Same as Secs2Builder#uint8(int...).static Secs2
uint8(long... values)
Same as Secs2Builder#uint8(long...).static Secs2
uint8(java.math.BigInteger... values)
Same as Secs2Builder#uint8(BigInteger...).static Secs2
uint8(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)
-