- Type Parameters:
KEYTYPE - Key type
- All Superinterfaces:
- IHasAttributes<KEYTYPE,Object>
- All Known Subinterfaces:
- IHasMutableAttributesAny<KEYTYPE>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface IHasAttributesAny<KEYTYPE>
extends IHasAttributes<KEYTYPE,Object>
Base interface for objects having attributes with arbitrary types
- Author:
- Philip Helger