Uses of Class
org.patternfly.core.Tuple
-
Packages that use Tuple Package Description org.patternfly.core org.patternfly.layout.gallery -
-
Uses of Tuple in org.patternfly.core
Methods in org.patternfly.core that return Tuple Modifier and Type Method Description static <K,V>
Tuple<K,V>Tuple. tuple(K key, V value)Methods in org.patternfly.core that return types with arguments of type Tuple Modifier and Type Method Description Iterator<Tuple<K,V>>Tuples. iterator()Method parameters in org.patternfly.core with type arguments of type Tuple Modifier and Type Method Description static <K,V>
Tuples<K,V>Tuples. tuples(List<Tuple<K,V>> tuples) -
Uses of Tuple in org.patternfly.layout.gallery
Methods in org.patternfly.layout.gallery with parameters of type Tuple Modifier and Type Method Description GalleryGallery. maxWidths(Tuple<Breakpoint,String> first, Tuple<Breakpoint,String>... rest)GalleryGallery. minWidths(Tuple<Breakpoint,String> first, Tuple<Breakpoint,String>... rest)
-