Uses of Class
org.patternfly.core.Tuples

Packages that use Tuples
Package
Description
 
 
  • Uses of Tuples in org.patternfly.core

    Methods in org.patternfly.core that return Tuples
    Modifier and Type
    Method
    Description
    static <K, V> Tuples<K,V>
    Tuples.tuples(List<Tuple<K,V>> tuples)
     
    static <K, V> Tuples<K,V>
    Tuples.tuples(K key, V value)
     
    static <K, V> Tuples<K,V>
    Tuples.tuples(K key1, V value1, K key2, V value2)
     
    static <K, V> Tuples<K,V>
    Tuples.tuples(K key1, V value1, K key2, V value2, K key3, V value3)
     
    static <K, V> Tuples<K,V>
    Tuples.tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
     
    static <K, V> Tuples<K,V>
    Tuples.tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5)
     
    static <K, V> Tuples<K,V>
    Tuples.tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5, K key6, V value6)
     
    static <K, V> Tuples<K,V>
    Tuples.tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5, K key6, V value6, K key7, V value7)
     
    static <K, V> Tuples<K,V>
    Tuples.tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5, K key6, V value6, K key7, V value7, K key8, V value8)
     
    static <K, V> Tuples<K,V>
    Tuples.tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5, K key6, V value6, K key7, V value7, K key8, V value8, K key9, V value9)
     
    static <K, V> Tuples<K,V>
    Tuples.tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5, K key6, V value6, K key7, V value7, K key8, V value8, K key9, V value9, K key10, V value10)
     
  • Uses of Tuples in org.patternfly.style

    Subclasses of Tuples in org.patternfly.style
    Modifier and Type
    Class
    Description
    class 
    This class represents a collection of breakpoints and associated values.