Class UCPFilterInfo


  • public class UCPFilterInfo
    extends Object
    A meta-information holder for a UCPFilter.
    Since:
    0.6.0
    Version:
    $Id: UCPFilterInfo.java 16154 2012-07-14 16:34:05Z colin $
    Author:
    tlerios@marketcetera.com
    • Constructor Detail

      • UCPFilterInfo

        private UCPFilterInfo​(UCPFilter filter)
        Creates a new meta-information holder for the given filter.
        Parameters:
        filter - The filter.
    • Method Detail

      • getInfo

        public static UCPFilterInfo getInfo​(UCPFilter filter)
        Returns the meta-information holder for the given filter.
        Parameters:
        filter - The filter.
        Returns:
        The holder.
      • getUCPs

        public int[] getUCPs()
        Returns the code points acceptable to the receiver's associated filter, in ascending numerical order.
        Returns:
        The code points.