Class ProjectViewRawSections
- java.lang.Object
-
- org.jetbrains.bsp.bazel.projectview.parser.splitter.ProjectViewRawSections
-
public class ProjectViewRawSections extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProjectViewRawSections(io.vavr.collection.List<ProjectViewRawSection> sections)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)io.vavr.collection.List<ProjectViewRawSection>getAllWithName(java.lang.String sectionName)io.vavr.control.Option<ProjectViewRawSection>getLastSectionWithName(java.lang.String sectionName)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ProjectViewRawSections
public ProjectViewRawSections(io.vavr.collection.List<ProjectViewRawSection> sections)
-
-
Method Detail
-
getLastSectionWithName
public io.vavr.control.Option<ProjectViewRawSection> getLastSectionWithName(java.lang.String sectionName)
-
getAllWithName
public io.vavr.collection.List<ProjectViewRawSection> getAllWithName(java.lang.String sectionName)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-