Class EmptyCollection<T>

java.lang.Object
org.palladiosimulator.retriever.core.service.EmptyCollection<T>
All Implemented Interfaces:
org.palladiosimulator.retriever.services.ServiceCollection<T>

public class EmptyCollection<T> extends Object implements org.palladiosimulator.retriever.services.ServiceCollection<T>
  • Constructor Details

    • EmptyCollection

      public EmptyCollection()
  • Method Details

    • getServices

      public Set<T> getServices()
      Specified by:
      getServices in interface org.palladiosimulator.retriever.services.ServiceCollection<T>