Class ImmutableAttributeMappingList
- java.lang.Object
-
- org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList
-
- All Implemented Interfaces:
AttributeMappingsList
public final class ImmutableAttributeMappingList extends Object implements AttributeMappingsList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classImmutableAttributeMappingList.AttributeMappingIteratorstatic classImmutableAttributeMappingList.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEach(Consumer<? super AttributeMapping> attributeMappingConsumer)AttributeMappingget(int i)voidindexedForEach(IndexedConsumer<? super AttributeMapping> consumer)intsize()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
sizein interfaceAttributeMappingsList
-
get
public AttributeMapping get(int i)
- Specified by:
getin interfaceAttributeMappingsList
-
forEach
public void forEach(Consumer<? super AttributeMapping> attributeMappingConsumer)
- Specified by:
forEachin interfaceAttributeMappingsList
-
indexedForEach
public void indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)
- Specified by:
indexedForEachin interfaceAttributeMappingsList
-
-