Deprecated.
Use the new DynSequence instead
@Deprecated public interface DynSequence extends Object, DynAny
The representation of a DynAny
object that is associated with an IDL sequence.
int length()
Deprecated.
Returns the length of the sequence represented by this DynFixed
object.
void length(int arg)
Deprecated.
Sets the length of the sequence represented by this DynFixed
object to the given argument.
arg
- the length of the sequenceAny[] get_elements()
Deprecated.
Returns the value of every element in this sequence.
Any
objects containing the values in the sequenceset_elements(org.omg.CORBA.Any[])
void set_elements(Any[] value) throws InvalidSeq
Deprecated.
Sets the values of all elements in this sequence with the given array.
value
- the array of Any
objects to be setInvalidSeq
- if the array of values is badget_elements()
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.