jnr.ffi.util
Class Annotations
java.lang.Object
jnr.ffi.util.Annotations
public final class Annotations
- extends Object
Utilities for collections of annotations
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_ANNOTATIONS
public static final Collection<Annotation> EMPTY_ANNOTATIONS
sortedAnnotationCollection
public static Collection<Annotation> sortedAnnotationCollection(Annotation[] annotations)
sortedAnnotationCollection
public static Collection<Annotation> sortedAnnotationCollection(Collection<Annotation> annotations)
mergeAnnotations
public static final Collection<Annotation> mergeAnnotations(Collection<Annotation> a,
Collection<Annotation> b)
mergeAnnotations
public static final Collection<Annotation> mergeAnnotations(Collection<Annotation>... collections)
Copyright © 2013. All Rights Reserved.