Class UResource


  • public final class UResource
    extends java.lang.Object
    ICU resource bundle key and value types.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  UResource.Array
      Interface for iterating over a resource bundle array resource.
      static class  UResource.Key
      Represents a resource bundle item's key string.
      static class  UResource.Sink
      Sink for ICU resource bundle contents.
      static interface  UResource.Table
      Interface for iterating over a resource bundle table resource.
      static class  UResource.Value
      Represents a resource bundle item's value.
    • Constructor Summary

      Constructors 
      Constructor Description
      UResource()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UResource

        public UResource()