Package soot.util

Class UnmodifiableIterableSet<E>

    • Constructor Detail

      • UnmodifiableIterableSet

        public UnmodifiableIterableSet()
      • UnmodifiableIterableSet

        public UnmodifiableIterableSet​(IterableSet<E> original)
        Creates a new unmodifiable iterable set as a copy of an existing one
        Parameters:
        original - The original set to copy
    • Method Detail

      • add

        public boolean add​(E o)
        Description copied from class: HashChain
        Adds the given object to this HashChain.
        Specified by:
        add in interface Collection<E>
        Specified by:
        add in interface Set<E>
        Overrides:
        add in class IterableSet<E>
      • forceRemove

        public boolean forceRemove​(Object o)