Class Subjects

    • Constructor Summary

      Constructors 
      Constructor Description
      Subjects()  
    • Method Summary

      Modifier and Type Method Description
      boolean add​(UntypedData e)  
      boolean addAll​(java.util.Collection<? extends UntypedData> c)  
      void clear()  
      int compareTo​(UntypedData datatype)
      boolean contains​(java.lang.Object o)  
      boolean containsAll​(java.util.Collection<?> c)  
      java.util.Set<UntypedData> getSubjects()  
      boolean isEmpty()  
      java.util.Iterator<UntypedData> iterator()  
      boolean remove​(java.lang.Object o)  
      boolean removeAll​(java.util.Collection<?> c)  
      boolean retainAll​(java.util.Collection<?> c)  
      void setSubjects​(java.util.LinkedHashSet<UntypedData> subjects)  
      int size()  
      java.lang.Object[] toArray()  
      <T> T[] toArray​(T[] a)  
      java.lang.String toHTML()
      Return a String representation for the HTML pages of the HTTP-Listener
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        equals, hashCode, spliterator
    • Constructor Detail

      • Subjects

        public Subjects()
    • Method Detail

      • add

        public boolean add​(UntypedData e)
        Specified by:
        add in interface java.util.Collection<UntypedData>
        Specified by:
        add in interface java.util.Set<UntypedData>
      • addAll

        public boolean addAll​(java.util.Collection<? extends UntypedData> c)
        Specified by:
        addAll in interface java.util.Collection<UntypedData>
        Specified by:
        addAll in interface java.util.Set<UntypedData>
      • clear

        public void clear()
        Specified by:
        clear in interface java.util.Collection<UntypedData>
        Specified by:
        clear in interface java.util.Set<UntypedData>
      • contains

        public boolean contains​(java.lang.Object o)
        Specified by:
        contains in interface java.util.Collection<UntypedData>
        Specified by:
        contains in interface java.util.Set<UntypedData>
      • containsAll

        public boolean containsAll​(java.util.Collection<?> c)
        Specified by:
        containsAll in interface java.util.Collection<UntypedData>
        Specified by:
        containsAll in interface java.util.Set<UntypedData>
      • getSubjects

        public java.util.Set<UntypedData> getSubjects()
        Returns:
        the subjects
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface java.util.Collection<UntypedData>
        Specified by:
        isEmpty in interface java.util.Set<UntypedData>
      • iterator

        public java.util.Iterator<UntypedData> iterator()
        Specified by:
        iterator in interface java.util.Collection<UntypedData>
        Specified by:
        iterator in interface java.lang.Iterable<UntypedData>
        Specified by:
        iterator in interface java.util.Set<UntypedData>
      • remove

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<UntypedData>
        Specified by:
        remove in interface java.util.Set<UntypedData>
      • removeAll

        public boolean removeAll​(java.util.Collection<?> c)
        Specified by:
        removeAll in interface java.util.Collection<UntypedData>
        Specified by:
        removeAll in interface java.util.Set<UntypedData>
      • retainAll

        public boolean retainAll​(java.util.Collection<?> c)
        Specified by:
        retainAll in interface java.util.Collection<UntypedData>
        Specified by:
        retainAll in interface java.util.Set<UntypedData>
      • setSubjects

        public void setSubjects​(java.util.LinkedHashSet<UntypedData> subjects)
        Parameters:
        subjects - the subjects to set
      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<UntypedData>
        Specified by:
        size in interface java.util.Set<UntypedData>
      • toArray

        public java.lang.Object[] toArray()
        Specified by:
        toArray in interface java.util.Collection<UntypedData>
        Specified by:
        toArray in interface java.util.Set<UntypedData>
      • toArray

        public <T> T[] toArray​(T[] a)
        Specified by:
        toArray in interface java.util.Collection<UntypedData>
        Specified by:
        toArray in interface java.util.Set<UntypedData>
      • toHTML

        public java.lang.String toHTML()
        Return a String representation for the HTML pages of the HTTP-Listener
        Overrides:
        toHTML in class UntypedData
        Returns:
        the HTML representation.