Interface DefaultGroup

  • All Superinterfaces:
    org.brijframework.group.Group, Serializable

    public interface DefaultGroup
    extends org.brijframework.group.Group
    • Method Detail

      • containsKey

        default boolean containsKey​(Object dataKey)
        Specified by:
        containsKey in interface org.brijframework.group.Group
      • add

        default <T> T add​(Object dataKey,
                          T value)
        Specified by:
        add in interface org.brijframework.group.Group
      • marge

        default <T> T marge​(Object dataKey,
                            T value)
        Specified by:
        marge in interface org.brijframework.group.Group
      • remove

        default <T> T remove​(Object dataKey)
        Specified by:
        remove in interface org.brijframework.group.Group
      • get

        default <T> T get​(Object dataKey)
        Specified by:
        get in interface org.brijframework.group.Group
      • getIgnoreCase

        default <T> T getIgnoreCase​(Object dataKey)
        Specified by:
        getIgnoreCase in interface org.brijframework.group.Group
      • update

        default <T> T update​(Object dataKey,
                             T value)
        Specified by:
        update in interface org.brijframework.group.Group
      • find

        default <T> T find​(Object dataKey)
        Specified by:
        find in interface org.brijframework.group.Group
      • indexOfValue

        default <T> T indexOfValue​(int i)
        Specified by:
        indexOfValue in interface org.brijframework.group.Group
      • indexOfKey

        default <T> T indexOfKey​(int i)
        Specified by:
        indexOfKey in interface org.brijframework.group.Group