Class KeyInfoTools


  • public class KeyInfoTools
    extends Object
    Tools for KeyInfo object manipulation.
    Author:
    hmlnarik
    • Constructor Detail

      • KeyInfoTools

        public KeyInfoTools()
    • Method Detail

      • getContent

        public static <T> T getContent​(Iterable<?> objects,
                                       Class<T> clazz)
        Returns the first object of the given class from the given Iterable.
        Type Parameters:
        T -
        Parameters:
        objects -
        clazz -
        Returns:
        The object or null if not found.