Class TypeIdentifiers
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.type.TypeIdentifiers
-
public class TypeIdentifiers extends java.lang.Object型の識別子一覧
-
-
Constructor Summary
Constructors Constructor Description TypeIdentifiers(java.util.List<TypeIdentifier> identifiers)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringasSimpleText()static java.util.stream.Collector<TypeIdentifier,?,TypeIdentifiers>collector()booleancontains(TypeIdentifier typeIdentifier)booleanempty()java.util.List<TypeIdentifier>list()TypeIdentifiersnormalize()PackageIdentifierspackageIdentifiers()intsize()
-
-
-
Constructor Detail
-
TypeIdentifiers
public TypeIdentifiers(java.util.List<TypeIdentifier> identifiers)
-
-
Method Detail
-
list
public java.util.List<TypeIdentifier> list()
-
collector
public static java.util.stream.Collector<TypeIdentifier,?,TypeIdentifiers> collector()
-
asSimpleText
public java.lang.String asSimpleText()
-
contains
public boolean contains(TypeIdentifier typeIdentifier)
-
empty
public boolean empty()
-
packageIdentifiers
public PackageIdentifiers packageIdentifiers()
-
normalize
public TypeIdentifiers normalize()
-
size
public int size()
-
-