Class Position
public class Position : JVMBridgeBase<Position>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
  - Inheritance
 - 
      
      
      
      
      Position
 
- Implements
 
- Inherited Members
 - 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    JVMBridgeBase<Position>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])
 
Constructors
Position()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Position()
  Position(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Position(IJVMBridgeBaseInitializer initializer)
  Parameters
initializerIJVMBridgeBaseInitializer
Position(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public Position(params object[] args)
  Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
  Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
  Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
  Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
  Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
  Property Value
Topics
public Set<String> Topics { get; }
  Property Value
Methods
Copy()
public Position Copy()
  Returns
EmptyPosition()
public static Position EmptyPosition()
  Returns
FromMap<Arg0ExtendsJava_Util_Map_Java_Lang_Integer_Java_Lang_Long_>(Map<String, Arg0ExtendsJava_Util_Map_Java_Lang_Integer_Java_Lang_Long_>)
public static Position FromMap<Arg0ExtendsJava_Util_Map_Java_Lang_Integer_Java_Lang_Long_>(Map<String, Arg0ExtendsJava_Util_Map_Java_Lang_Integer_Java_Lang_Long_> arg0) where Arg0ExtendsJava_Util_Map_Java_Lang_Integer_Java_Lang_Long_ : Map<Integer, Long>
  Parameters
Returns
Type Parameters
Arg0ExtendsJava_Util_Map_Java_Lang_Integer_Java_Lang_Long_Java.Util.Map<Java.Lang.Integer, Java.Lang.Long>
GetPartitionPositions(String)
public Map<Integer, Long> GetPartitionPositions(String arg0)
  Parameters
Returns
IsEmpty()
public bool IsEmpty()
  Returns
Merge(Position)
public Position Merge(Position arg0)
  Parameters
Returns
WithComponent(String, int, long)
public Position WithComponent(String arg0, int arg1, long arg2)