Class ProjectViewRawSections


  • public class ProjectViewRawSections
    extends java.lang.Object
    • 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:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object