Class Notes

    • Constructor Detail

      • Notes

        public Notes​(Note n1,
                     Note n2)
    • Method Detail

      • add

        public void add​(Note n)
      • iterator

        public java.util.Iterator<Note> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Note>
      • get

        public Note get​(int i)
      • asList

        public java.util.List<Note> asList()