Class RsFeats

  • All Implemented Interfaces:
    java.lang.Iterable<RsFeat>

    public class RsFeats
    extends java.lang.Object
    implements java.lang.Iterable<RsFeat>
    represents the updateable list of features, each with a particular language spec a given feature only appears once in the list, with the union of all languages
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<RsFeat> iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Method Detail

      • iterator

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