Class ChildIterableImpl<T>

    • Method Detail

      • byKey

        public T byKey​(String key)
        Description copied from interface: ChildIterable
        Gets the child with the given key. The separator used to determine the full suffix to look for in the child is given by the ChildInject.separator() field
        Specified by:
        byKey in interface ChildIterable<T>
        Parameters:
        key - The non-null key of the child to get
        Returns:
        The child who has the given key