Class XbaseResourceDescription.PrimitiveNamesFilteringSet

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<org.eclipse.xtext.naming.QualifiedName>, java.util.Collection<org.eclipse.xtext.naming.QualifiedName>, java.util.Set<org.eclipse.xtext.naming.QualifiedName>
    Enclosing class:
    XbaseResourceDescription

    protected static class XbaseResourceDescription.PrimitiveNamesFilteringSet
    extends java.util.HashSet<org.eclipse.xtext.naming.QualifiedName>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean add​(org.eclipse.xtext.naming.QualifiedName e)  
      • Methods inherited from class java.util.HashSet

        clear, clone, contains, isEmpty, iterator, remove, size, spliterator
      • Methods inherited from class java.util.AbstractSet

        equals, hashCode, removeAll
      • Methods inherited from class java.util.AbstractCollection

        addAll, containsAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        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

        addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
    • Constructor Detail

      • PrimitiveNamesFilteringSet

        protected PrimitiveNamesFilteringSet()
    • Method Detail

      • add

        public boolean add​(org.eclipse.xtext.naming.QualifiedName e)
        Specified by:
        add in interface java.util.Collection<org.eclipse.xtext.naming.QualifiedName>
        Specified by:
        add in interface java.util.Set<org.eclipse.xtext.naming.QualifiedName>
        Overrides:
        add in class java.util.HashSet<org.eclipse.xtext.naming.QualifiedName>