Algorithmic Sets

Aus apemap-wiki
Wechseln zu: Navigation, Suche

Definition Algorithmic Set

  • We want to define an algorithmic set via a Predicate deciding if an element is part of the set.
  • In java we could use the functional interface Predicate<T>
public interface Predicate<T>{
    
}

Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
Werkzeuge
Translate