Class Key

java.lang.Object
org.antublue.test.engine.extras.Key

public class Key extends Object
Class to implement a Key
  • Method Details

    • of

      public static Object of(Collection<Object> collection)
      Method to create a key from a Collection of Objects
      Parameters:
      collection - collection
      Returns:
      a key
    • of

      public static Object of(Object... objects)
      Method to create a key from an array of Objects
      Parameters:
      objects - objects
      Returns:
      a key