Search
Plugins
>
Intrinsics 1.0.0
>
java.lang.Iterable
>
Interface java.lang.Iterable
Extends
java.lang.Object
This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.
Attributes
None
Methods
Name
Returns
forEach
(
java.util.function.Consumer
)
void
iterator
()
java.util.Iterator
spliterator
()
java.util.Spliterator
Returned by
Method
Returns
com.vmware.vcac.platform.content.layout.Layout.getFields
()
java.lang.Iterable
com.vmware.vcac.platform.content.layout.LayoutCell.getFields
()
java.lang.Iterable
com.vmware.vcac.platform.content.layout.LayoutExtension.getFields
()
java.lang.Iterable
com.vmware.vcac.platform.content.layout.LayoutField.getFields
()
java.lang.Iterable
com.vmware.vcac.platform.content.layout.LayoutFlow.getFields
()
java.lang.Iterable
com.vmware.vcac.platform.content.layout.LayoutPage.getFields
()
java.lang.Iterable
com.vmware.vcac.platform.content.layout.LayoutPlaceholderCell.getFields
()
java.lang.Iterable
com.vmware.vcac.platform.content.layout.LayoutRow.getFields
()
java.lang.Iterable
com.vmware.vcac.platform.content.layout.LayoutSection.getFields
()
java.lang.Iterable
com.vmware.vcac.platform.content.layout.LayoutText.getFields
()
java.lang.Iterable
com.vmware.vcac.platform.designer.data.layout.DesignerLayout.getFields
()
java.lang.Iterable
com.vmware.vcac.platform.designer.data.layout.DesignerLayout.getFields
(
boolean
)
java.lang.Iterable
java.nio.file.FileSystem.getFileStores
()
java.lang.Iterable
java.nio.file.FileSystem.getRootDirectories
()
java.lang.Iterable
javax.annotation.processing.AbstractProcessor.getCompletions
(
javax.lang.model.element.Element
,
javax.lang.model.element.AnnotationMirror
,
javax.lang.model.element.ExecutableElement
,
String
)
java.lang.Iterable
Referenced in
Method
Returns
com.vmware.vcac.platform.content.common.PseudoMap.
(
java.lang.Iterable
)
void
com.vmware.vcac.platform.rest.data.PagedResources.wrap
(
java.lang.Iterable
,
com.vmware.vcac.platform.rest.data.PageMetadata
)
com.vmware.vcac.platform.rest.data.PagedResources
com.vmware.vcac.platform.rest.data.PagedResources.
(
Object[]
,
com.vmware.vcac.platform.rest.data.PageMetadata
,
java.lang.Iterable
)
void
com.vmware.vcac.platform.rest.data.Resources.wrap
(
java.lang.Iterable
)
com.vmware.vcac.platform.rest.data.Resources
com.vmware.vcac.platform.rest.data.Resources.
(
java.lang.Iterable
,
com.vmware.vcac.platform.rest.data.Link[]
)
void
com.vmware.vcac.platform.rest.data.Resources.
(
java.lang.Iterable
,
java.lang.Iterable
)
void
com.vmware.vcac.platform.rest.data.Resources.
(
java.lang.Iterable
,
java.lang.Iterable
)
void
com.vmware.vcac.platform.rest.data.ResourceSupport.add
(
java.lang.Iterable
)
void
java.lang.String.join
(
java.lang.CharSequence
,
java.lang.Iterable
)
String