Uses of Annotation Interface
jp.ecuacion.lib.core.annotation.RequireSizeNonzero
Packages that use RequireSizeNonzero
-
Uses of RequireSizeNonzero in jp.ecuacion.lib.core.util
Method parameters in jp.ecuacion.lib.core.util with annotations of type RequireSizeNonzeroModifier and TypeMethodDescriptionEmbeddedParameterUtil.getPartList(String string, String[] startSymbols, String endSymbol) Divides the argument string into simple string and parameter parts and Returns list of them.EmbeddedParameterUtil.getPartList(String string, String[] startSymbols, String endSymbol, EmbeddedParameterUtil.Options options) Divides the argument string into simple string and parameter parts and Returns list of them.static <T> Collection<T> ObjectsUtil.requireSizeNonZero(Collection<T> collection) Validates the length of a collection is not zero and throwsRequireSizeNonZeroExceptionif the argument value does not match the condition.static <T> T[]ObjectsUtil.requireSizeNonZero(T[] objects) Validates the length of an array is not zero and throwsRequireSizeNonZeroExceptionif the argument value does not match the condition.