digraph Collections { ratio=auto page="7.5,10" "PermutedIndex" -> "Index" "Permutation" -> "Collection" "Permutation" -> "Create" "Permutation" -> "Array" "Permutation" -> "CREATABLE" "PermutationItem" -> "Create" "PermutationItem" -> "RETURNABLE" "ListShuffler" -> "Create" "ListShuffler" -> "Drop" "ListShuffler" -> "CREATABLE" "String" -> "Create" "String" -> "Drop" "String" -> "Copy" "String" -> "CREATABLE" "ArchiverList" -> "List" "ArchiverList" -> "RETURNABLE" "ArchiverPair" -> "Create" "ArchiverPair" -> "Drop" "ArchiverPair" -> "RETURNABLE" "ArchiverValue" -> "Create" "ArchiverValue" -> "Drop" "ArchiverValue" -> "RETURNABLE" "ArchiverArray" -> "Create" "ArchiverArray" -> "Drop" "ArchiverArray" -> "RETURNABLE" "ArchiverKeyword" -> "Create" "ArchiverKeyword" -> "Drop" "ArchiverKeyword" -> "RETURNABLE" "InputStream" -> "Create" "InputStream" -> "Drop" "InputStream" -> "CREATABLE" "OutputStream" -> "Create" "OutputStream" -> "Drop" "OutputStream" -> "CREATABLE" "MapIndex" -> "KeyedCollectionIndex" "Map" -> "KeyedCollection" "Map" -> "CompareFunction" "Map" -> "CREATABLE" "OrderedSet" -> "List" "OrderedSet" -> "CREATABLE" "Set" -> "KeyedCollection" "Set" -> "CREATABLE" "KeyedCollectionIndex" -> "Index" "KeyedCollection" -> "Collection" "KeyedCollection" -> "ForEachKey" "ListIndex" -> "Index" "List" -> "Collection" "List" -> "CREATABLE" "Array" -> "Collection" "Array" -> "DefaultMember" "Array" -> "MemberBlock" "Array" -> "CREATABLE" "Index" -> "DefinedObject" "Index" -> "Drop" "Collection" -> "Create" "Collection" -> "SetInitialValue" "Collection" -> "Copy" "Collection" -> "Drop" "Collection" -> "Offsets" "Collection" -> "ForEach" subgraph cluster_collections { label="Collections" "PermutedIndex"; "Permutation"; "PermutationItem"; "ListShuffler"; "String"; "ArchiverList"; "ArchiverPair"; "ArchiverValue"; "ArchiverArray"; "ArchiverKeyword"; "InputStream"; "OutputStream"; "MapIndex"; "Map"; "OrderedSet"; "Set"; "MemberSlot"; "KeyedCollectionIndex"; "KeyedCollection"; "CompareFunction"; "ListIndex"; "List"; "Array"; "MemberBlock"; "DefaultMember"; "Index"; "Collection"; "ForEachKey"; "ForEach"; "Offsets"; "ForEach"; "Offsets"; "MemberBlock"; "DefaultMember"; "Collection"; "Collection"; "Index"; "ForEachKey"; "Collection"; "Index"; "KeyedCollection"; "List"; "CompareFunction"; "KeyedCollection"; "KeyedCollectionIndex"; "List"; "Array"; "Collection"; "Index"; } "Create" -> "DefinedObject" "Create" -> "Customize" subgraph cluster_defobj { label="Defobj" "Drop"; "Copy"; "SetInitialValue"; "Create"; "Drop"; "DefinedObject"; "CREATABLE"; "CREATABLE"; "CREATABLE"; "CREATABLE"; "CREATABLE"; "CREATABLE"; "Drop"; "Create"; "CREATABLE"; "Drop"; "Create"; "RETURNABLE"; "Drop"; "Create"; "RETURNABLE"; "Drop"; "Create"; "RETURNABLE"; "Drop"; "Create"; "RETURNABLE"; "Drop"; "Create"; "RETURNABLE"; "CREATABLE"; "Copy"; "Drop"; "Create"; "CREATABLE"; "Drop"; "Create"; "RETURNABLE"; "Create"; "CREATABLE"; "Create"; "Customize"; "DefinedObject"; "Customize"; "DefinedObject"; "Customize"; "DefinedObject"; "Customize"; "DefinedObject"; "Customize"; "DefinedObject"; "Customize"; "DefinedObject"; "Customize"; "DefinedObject"; "Customize"; "DefinedObject"; "Customize"; "DefinedObject"; "Customize"; "DefinedObject"; "Customize"; "DefinedObject"; } }