Class FontSetCollection

  • All Implemented Interfaces:
    java.lang.Iterable<FontInfo>, java.util.Collection<FontInfo>

    class FontSetCollection
    extends java.util.AbstractCollection<FontInfo>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<FontInfo> iterator()  
      boolean remove​(java.lang.Object o)  
      int size()  
      • Methods inherited from class java.util.AbstractCollection

        add, addAll, clear, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

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

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

        forEach
    • Field Detail

      • primary

        private final java.util.Collection<FontInfo> primary
      • additional

        private final java.util.Collection<FontInfo> additional
    • Constructor Detail

      • FontSetCollection

        FontSetCollection​(java.util.Collection<FontInfo> primary,
                          java.util.Collection<FontInfo> additional)
    • Method Detail

      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<FontInfo>
        Specified by:
        size in class java.util.AbstractCollection<FontInfo>
      • iterator

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

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<FontInfo>
        Overrides:
        remove in class java.util.AbstractCollection<FontInfo>