setOf

public static ImmutableSet<CommandClass> setOf(Iterable<Class<? extends CommandMessage>> classes)

Creates a set of CommandClass from the passed set.


public static ImmutableSet<CommandClass> setOf(Array<Class<? extends CommandMessage>> classes)

Creates a set of CommandClass from the passed classes.