翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
AWS Glue Scala ArrayNode API
パッケージ: com.amazonaws.services.glue.types
ArrayNode ケースクラス
ArrayNode
case class ArrayNode extends DynamicNode (
value : ArrayBuffer[DynamicNode] )
ArrayNode def メソッド
def add( node : DynamicNode )
def clone
def equals( other : Any )
def get( index : Int ) : Option[DynamicNode]
def getValue
def hashCode : Int
def isEmpty : Boolean
def nodeType
def remove( index : Int )
def this
def toIterator : Iterator[DynamicNode]
def toJson : String
def update( index : Int,
node : DynamicNode )